gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: -update dockers


From: gnunet
Subject: [taler-deployment] branch master updated: -update dockers
Date: Thu, 26 Jan 2023 09:34:19 +0100

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

grothoff pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new b9679ac  -update dockers
b9679ac is described below

commit b9679ac144bee61f50b7b3ff8135bf5da78277a8
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Jan 26 09:34:08 2023 +0100

    -update dockers
---
 packaging/debian-docker/Dockerfile |  4 ++--
 packaging/ubuntu-docker/Dockerfile | 12 ++++++------
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/packaging/debian-docker/Dockerfile 
b/packaging/debian-docker/Dockerfile
index 409b7bd..840a7e0 100644
--- a/packaging/debian-docker/Dockerfile
+++ b/packaging/debian-docker/Dockerfile
@@ -35,7 +35,7 @@ RUN chmod +x /root/gnunet-build.sh
 RUN /root/gnunet-build.sh v0.19.2-1
 COPY libeufin-build.sh /root/
 RUN chmod +x /root/libeufin-build.sh
-RUN /root/libeufin-build.sh master # FIXME: pin once ready
+RUN /root/libeufin-build.sh v0.9.1
 COPY taler-build.sh /root/
 RUN chmod +x /root/taler-build.sh
 RUN /root/taler-build.sh v0.9.1
@@ -47,4 +47,4 @@ RUN chmod +x /root/anastasis-build.sh
 RUN /root/anastasis-build.sh v0.3.1
 COPY wallet-build.sh /root/
 RUN chmod +x /root/wallet-build.sh
-RUN /root/wallet-build.sh master  # FIXME: pin once ready
+RUN /root/wallet-build.sh v0.9.1
diff --git a/packaging/ubuntu-docker/Dockerfile 
b/packaging/ubuntu-docker/Dockerfile
index 2a73e87..092d398 100644
--- a/packaging/ubuntu-docker/Dockerfile
+++ b/packaging/ubuntu-docker/Dockerfile
@@ -31,19 +31,19 @@ RUN apt-get -y dist-upgrade
 # ADD "https://www.random.org/cgi-bin/randbyte?nbytes=10&format=h"; skipcache
 COPY gnunet-build.sh /root/
 RUN chmod +x /root/gnunet-build.sh
-RUN /root/gnunet-build.sh 0.19.2-1
+RUN /root/gnunet-build.sh v0.19.2-1
 COPY libeufin-build.sh /root/
 RUN chmod +x /root/libeufin-build.sh
-RUN /root/libeufin-build.sh master # FIXME: pin once ready
+RUN /root/libeufin-build.sh v0.9.1
 COPY taler-build.sh /root/
 RUN chmod +x /root/taler-build.sh
-RUN /root/taler-build.sh 0.9.1
+RUN /root/taler-build.sh v0.9.1
 COPY sync-build.sh /root/
 RUN chmod +x /root/sync-build.sh
-RUN /root/sync-build.sh 0.9.1
+RUN /root/sync-build.sh v0.9.1
 COPY anastasis-build.sh /root/
 RUN chmod +x /root/anastasis-build.sh
-RUN /root/anastasis-build.sh 0.3.1
+RUN /root/anastasis-build.sh v0.3.1
 COPY wallet-build.sh /root/
 RUN chmod +x /root/wallet-build.sh
-RUN /root/wallet-build.sh master # FIXME: pin once ready
+RUN /root/wallet-build.sh v0.9.1

-- 
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]