Closed uniqueg closed 2 years ago
The Dockerfiles in docker/ are all the same except for the base image they are using, leading to a lot of duplicated code. It would be better to use templating here. Guess this is one way how it could be done: https://www.isaac.nl/en/developer-blog/dockerfile-templating-to-automate-image-creation/
docker/
The Dockerfiles in
docker/
are all the same except for the base image they are using, leading to a lot of duplicated code. It would be better to use templating here. Guess this is one way how it could be done: https://www.isaac.nl/en/developer-blog/dockerfile-templating-to-automate-image-creation/