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:
@@ -22,7 +22,7 @@ fi
|
||||
echo "Wheelhouse is $WHEELHOUSE"
|
||||
mkdir -p "$WHEELHOUSE"
|
||||
|
||||
docker build -t pillar_wheelbuilder .
|
||||
docker build -t armadillica/pillar_wheelbuilder:latest .
|
||||
|
||||
GID=$(id -g)
|
||||
docker run --rm -i \
|
||||
|
Reference in New Issue
Block a user