OpenGrok / docker

WARNING: this repository is archived !
58 stars 31 forks source link

docker image size improvement #13

Closed valerianpereira closed 6 years ago

valerianpereira commented 6 years ago

docker image size improvement

tarzanek commented 6 years ago

thank you for the PR, small clarification needed how can this improve image size? (not being a docker expert, this is just a curious question, so I'd like to get enlightened on what I am missing)

valerianpereira commented 6 years ago

every command is a layer and every later makes up the images. Reducing the number of commands reduces the image size.

Some read: https://semaphoreci.com/blog/2016/12/13/lightweight-docker-images-in-5-steps.html

tarzanek commented 6 years ago

now that makes sense then, merging...