[ARVADOS] updated: 2.1.0-1877-ge07aa2904
Git user
git at public.arvados.org
Thu Feb 10 16:39:13 UTC 2022
Summary of changes:
tools/salt-install/local.params.example.multiple_hosts | 2 +-
tools/salt-install/local.params.example.single_host_multiple_hostnames | 2 +-
tools/salt-install/local.params.example.single_host_single_hostname | 2 +-
tools/salt-install/provision.sh | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
via e07aa2904986362d5881353eee1df8f2a61a82e4 (commit)
from 8d6ce7ff455e74f7656795040745f239979f0ffa (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit e07aa2904986362d5881353eee1df8f2a61a82e4
Author: Javier Bértoli <jbertoli at curii.com>
Date: Thu Feb 10 13:38:56 2022 -0300
18682: update docker-formula version in the installer
Arvados-DCO-1.1-Signed-off-by: Javier Bértoli <jbertoli at curii.com>
diff --git a/tools/salt-install/local.params.example.multiple_hosts b/tools/salt-install/local.params.example.multiple_hosts
index 48cd0506c..e93c01ba6 100644
--- a/tools/salt-install/local.params.example.multiple_hosts
+++ b/tools/salt-install/local.params.example.multiple_hosts
@@ -121,6 +121,6 @@ RELEASE="production"
# ARVADOS_TAG="2.2.0"
# POSTGRES_TAG="v0.44.0"
# NGINX_TAG="v2.8.0"
-# DOCKER_TAG="v2.0.7"
+# DOCKER_TAG="v2.4.0"
# LOCALE_TAG="v0.3.4"
# LETSENCRYPT_TAG="v2.1.0"
diff --git a/tools/salt-install/local.params.example.single_host_multiple_hostnames b/tools/salt-install/local.params.example.single_host_multiple_hostnames
index e0b053ed0..886210b55 100644
--- a/tools/salt-install/local.params.example.single_host_multiple_hostnames
+++ b/tools/salt-install/local.params.example.single_host_multiple_hostnames
@@ -97,6 +97,6 @@ RELEASE="production"
# ARVADOS_TAG="2.2.0"
# POSTGRES_TAG="v0.44.0"
# NGINX_TAG="v2.8.0"
-# DOCKER_TAG="v2.0.7"
+# DOCKER_TAG="v2.4.0"
# LOCALE_TAG="v0.3.4"
# LETSENCRYPT_TAG="v2.1.0"
diff --git a/tools/salt-install/local.params.example.single_host_single_hostname b/tools/salt-install/local.params.example.single_host_single_hostname
index ed32279a9..998c4a3ab 100644
--- a/tools/salt-install/local.params.example.single_host_single_hostname
+++ b/tools/salt-install/local.params.example.single_host_single_hostname
@@ -84,6 +84,6 @@ RELEASE="production"
# ARVADOS_TAG="2.2.0"
# POSTGRES_TAG="v0.44.0"
# NGINX_TAG="v2.8.0"
-# DOCKER_TAG="v2.0.7"
+# DOCKER_TAG="v2.4.0"
# LOCALE_TAG="v0.3.4"
# LETSENCRYPT_TAG="v2.1.0"
diff --git a/tools/salt-install/provision.sh b/tools/salt-install/provision.sh
index cb0fc60b3..67a171fc4 100755
--- a/tools/salt-install/provision.sh
+++ b/tools/salt-install/provision.sh
@@ -206,7 +206,7 @@ VERSION="latest"
# Other formula versions we depend on
POSTGRES_TAG="v0.44.0"
NGINX_TAG="v2.8.0"
-DOCKER_TAG="v2.0.7"
+DOCKER_TAG="v2.4.0"
LOCALE_TAG="v0.3.4"
LETSENCRYPT_TAG="v2.1.0"
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list