Hacker News new | ask | show | jobs
by ricardbejarano 2439 days ago
You may find my NGINX image[1] interesting.

There's some features you could easily add to yours in order to make it a better overall image.

[1] https://github.com/ricardbejarano/nginx

2 comments

The ARG approach to everything is really good IMO, it let you customize the final image without having to change the Dockerfile. For example, in the OP Dockerfile, the GPG key at very least should go in an ARG.
I will take a look at it. Thanks for the feedback.