-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
modifying docker file to alpine:3.14 #104
base: main
Are you sure you want to change the base?
Conversation
modifying docker file to alpine:3.14
is it tested?
doesn't work for me |
btw, we may want to have for some time released two distributiions |
Does this fix #103 ? Looks like image still using apt instead of apk for alpine too |
Dockerfile modified
SUMO-0-dockerfile-modified
SUMO-0- update dockerfile
@aiwaniuk do you think we should try installing the rpm version on this instead? Otherwise looks like this is not feasible on alpine since we do install the deb version as a required dependency on the ubuntu docker image now |
@hchoudharysumologic Well, I"m not sure how exactly but I guess it is possible somehow install and run our collector on alpine (I'm not so familiar with this distro to know details) and it is excepted that installing it will look a bit different than in ubuntu |
This PR lacks reasoning why this change is needed. I personally like Debian (In this case a derivative, Ubuntu) images a lot. Because all the utilities within the container are not crippled to a bare minimum, and it is easy to extend and debug and do custom modifications. Only reason I could see for Alpine is the size. Perhaps there could be two images in parallel? Debian-based and Alpine-based. |
modifying docker file to alpine:3.14 based on https://sumologic.slack.com/archives/C02DUQT0A/p1653040106604689