-
Notifications
You must be signed in to change notification settings - Fork 117
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
[no refs]: containerized mcrcon #70
base: master
Are you sure you want to change the base?
Conversation
What is the size of the final image? I believe |
Hi @Fear837 the size of the final image is: I used gcc, instead busybox or alpine, for convenience: at the moment an image like this is useless if is used in an orchestration system and the only way to use that makes sense (obv: my opinion) is locally on own workstation. |
Update |
…pine (from 1.2GB to 200MB)
I would suggest this Dockerfile instead, it results in 7MB size:
|
If somebody is able to statically compile the binary you could even use a scratch or busybox image as a base which would reduce the size and potential security issues even more. |
Hi,
as you can see, I realized an docker environments for mcrcon application, I hope that it is helpful.
Regards,
Luke