You could also have dockerfiles that take a base image and then add some environment specific configuration
IMHO it's better to keep the images identical across environments, and pass runtime configuration when deploying
You could also have dockerfiles that take a base image and then add some environment specific configuration
IMHO it's better to keep the images identical across environments, and pass runtime configuration when deploying