The Simuliidae project uses this modified version of the Wordpress docker project to generate base images that are further enhanced/extended in the build directory.
This directory contains a lightly forked version of the official wordpress docker project.
It's forked only in the Docker.template file
- It converts the build to a multistage so we can build a version without the wordpress code, i.e. a "bare" container.
To see details of the changes, use:
git diff origin/simuliidae origin/docker-library
When the docker-library upstream changes, the usual way to update the simuliidae branch is:
- git fetch upstream
- git merge upstream/master simuliidae
- ./apply-templates.sh
- commit changes