taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 67d9da432e4db99ca7c388613ce8b7c6401429a8
parent 44c842db0bff9da30cb8fba46113b6586e8588da
Author: MS <ms@taler.net>
Date:   Fri, 18 Nov 2022 12:26:14 +0100

BB: Docker images cleanup.

Diffstat:
Mbuildbot/build.sh | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/buildbot/build.sh b/buildbot/build.sh @@ -3,11 +3,12 @@ set -eu echo "Building the Docker base image (taler_local/taler_base)." - # INI file with global config entries; typically # URLs and secrets. Not automatically generated. export TALER_DEPLOYMENT_CONFIG=${HOME}/deployment.conf export DOCKER_HOST=unix://${XDG_RUNTIME_DIR}/docker.sock +echo Remove data from previous builds +docker system prune -a ${HOME}/deployment/docker/demo/build_base.sh \ ${HOME}/deployment/docker/demo/images/base/Dockerfile