Once we've determined which containers we plan on building, we need a sensible directory hierarchy so that its easier for scripts to find what dockerfiles are needed.
Once we've determined which containers we plan on building, we need a sensible directory hierarchy so that its easier for scripts to find what dockerfiles are needed.
Comments
Comment #2
MixologicComment #3
MixologicThe build process should probably use git to get at its dockerfiles, so that a build can use a URL instead of a directory
Is an example of where it uses the (old) dir structure of web/web-5.6
could be a solution...
Comment #4
MixologicComment #5
MixologicThe repo is organized now, with the root directory being either php or db. (misc soon).
The current state is that we manually maintain each docker file.
The future state is using m4 to create macros/templates of the dockerfiles (#2841923: Use m4 and make to generate the dockerfiles, because we *do not* want to use the FROM tag to reference other docker containers within the repository, because then we cannot have dev/production containers.
Comment #6
Mixologic