summaryrefslogtreecommitdiff
path: root/buildbot
diff options
context:
space:
mode:
authorMS <ms@taler.net>2022-11-15 22:00:58 +0100
committerMS <ms@taler.net>2022-11-15 22:00:58 +0100
commita0c2ef714917e74abfc52a9dc4901066ed30a1ea (patch)
tree7d1dd698bf4c00c08fb4ef8125367123d18fd824 /buildbot
parentb5659ec2490288cfa98a11dc547d5b9542161c26 (diff)
downloaddeployment-a0c2ef714917e74abfc52a9dc4901066ed30a1ea.tar.gz
deployment-a0c2ef714917e74abfc52a9dc4901066ed30a1ea.tar.bz2
deployment-a0c2ef714917e74abfc52a9dc4901066ed30a1ea.zip
same, to build the base image
Diffstat (limited to 'buildbot')
-rwxr-xr-xbuildbot/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildbot/build.sh b/buildbot/build.sh
index 8c6f05b..9188e1d 100755
--- a/buildbot/build.sh
+++ b/buildbot/build.sh
@@ -7,11 +7,11 @@ 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
${HOME}/deployment/docker/demo/build_base.sh \
${HOME}/deployment/docker/demo/images/base/Dockerfile
-export DOCKER_HOST=unix://${XDG_RUNTIME_DIR}/docker.sock
echo "Building each service's image."
cd ${HOME}/deployment/docker/demo
docker-compose build