taivokasper / docker-omnidb

OmniDB installed into a Docker container
36 stars 19 forks source link

Add ALPINE omnidb version #4

Closed thomasboussekey closed 5 years ago

thomasboussekey commented 5 years ago

Reduced image size from 819MB to 422MB

thomasboussekey commented 5 years ago

Add port exposure for websocker: 25482

thomasboussekey commented 5 years ago

Hello @taivokasper ,

Should alpine replace debian??? I'm not sure. Alpine is a light-weight linux OS optimized for contenerization. But offering both OS can be very interesting.

Is-it possible to modify CI/CD to tags the 2 OS and create image for debian and alpine?

I managed to get tag available for version 2.11 of omniDB: https://github.com/OmniDB/OmniDB/issues/695 I tried to create a dockerFile on debian for it but Web GUI works into the container, and I get a connection reset after exposure... I will try to correct it quickly, and test on alpine

taivokasper commented 5 years ago

Hi Thomas,

I decided to stop publishing the debian version. User of this container probably doesn't care on what OS it runs on as long as it doesn't waste a lot of disk space.

I did do tiny changes to your PR and released it under tag v2.10.0_2-alpine_3.8.

I also published tag OmniDB v2.11.0-alpine_3.8. It seems to work just fine. Thank you for getting OmniDB 2.11.0 tagged!