taler-deployment

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

commit a0c2ef714917e74abfc52a9dc4901066ed30a1ea
parent b5659ec2490288cfa98a11dc547d5b9542161c26
Author: MS <ms@taler.net>
Date:   Tue, 15 Nov 2022 22:00:58 +0100

same, to build the base image

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

diff --git 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