Made it easier to rebuild the Docker image after someone else built it

Because we only pushed the final image to Docker Hub, it was impossible to
pull the base image someone else created and "quickly" build a new deploy
image.

Now the deploy scripts push (some) of the intermediate images as well,
making it possible to pull them later. I've added `build-pull.sh` and
`full-pull.sh` to perform this pull and built up from the pulled images.
This commit is contained in:
2019-03-13 15:33:02 +01:00
parent a8e5d593ac
commit c5f8add5f5
7 changed files with 55 additions and 36 deletions

1
deploy/full-pull.sh Symbolic link
View File

@@ -0,0 +1 @@
full-all.sh