-
Notifications
You must be signed in to change notification settings - Fork 63
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
Create a Docker using alpine #60
Comments
If you are taking this route for the purpose of minification, you may want to take a look at this project: |
Thanks for the tip, very interesting. However i already create the new dockerfile. |
I've built an Alpine version of this project here: https://github.com/lps-rocks/rom-o-matic The resulting docker image is roughly 70MB in size - https://hub.docker.com/r/lpsrocks/rom-o-matic/tags I tried using docker-slim but it actually increased the size of the image. The dependencies are also part of the image now. Only iPXE is cloned and prepped on boot which makes the docker image boot much much quicker with much lower resource usage. Also much less to break during the running of the image. |
Create a Docker using alpine to reduce disk usage.
306MB vs 582MB
The text was updated successfully, but these errors were encountered: