gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-deployment] branch master updated: Docker sandbox.


From: gnunet
Subject: [taler-deployment] branch master updated: Docker sandbox.
Date: Thu, 17 Nov 2022 22:14:25 +0100

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 44c842d  Docker sandbox.
44c842d is described below

commit 44c842db0bff9da30cb8fba46113b6586e8588da
Author: MS <ms@taler.net>
AuthorDate: Thu Nov 17 22:14:05 2022 +0100

    Docker sandbox.
    
    Remove intermediate containers when building.
---
 docker/demo/build_base.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docker/demo/build_base.sh b/docker/demo/build_base.sh
index 8633bc9..eb074a6 100755
--- a/docker/demo/build_base.sh
+++ b/docker/demo/build_base.sh
@@ -49,7 +49,7 @@ if test -n "$2"; then
   TAGS_FILE_DIR=$(dirname $2)
   TAGS_FILE_NAME=$(basename $2)
   cd $TAGS_FILE_DIR
-  docker build --no-cache \
+  docker build --no-cache --force-rm \
     -t taler_local/taler_base \
     -f $DOCKER_FILE \
     --build-arg tags_file=$TAGS_FILE_NAME .
@@ -57,6 +57,6 @@ if test -n "$2"; then
   exit 0
 fi
 
-docker build --no-cache \
+docker build --no-cache --force-rm \
   -t taler_local/taler_base \
   -f $DOCKER_FILE .

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]