[ARVADOS] updated: 2.1.0-1322-g7ce554b7c
Git user
git at public.arvados.org
Fri Sep 10 13:28:31 UTC 2021
Summary of changes:
tools/arvbox/bin/arvbox | 7 +++++++
1 file changed, 7 insertions(+)
via 7ce554b7c0601f125f297bc15ee71fe043dc0a09 (commit)
from 89bdd6bf07147ad707125fc3882caebb5402ab09 (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 7ce554b7c0601f125f297bc15ee71fe043dc0a09
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Thu Sep 9 10:26:47 2021 -0400
Releases have default version of arvbox to pull
no issue #
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
diff --git a/tools/arvbox/bin/arvbox b/tools/arvbox/bin/arvbox
index fd464974f..516ea3534 100755
--- a/tools/arvbox/bin/arvbox
+++ b/tools/arvbox/bin/arvbox
@@ -60,6 +60,9 @@ if test -z "$WORKBENCH2_BRANCH" ; then
WORKBENCH2_BRANCH=main
fi
+# Update this to the docker tag for the version on releases.
+DEFAULT_TAG=
+
PG_DATA="$ARVBOX_DATA/postgres"
VAR_DATA="$ARVBOX_DATA/var"
PASSENGER="$ARVBOX_DATA/passenger"
@@ -195,6 +198,10 @@ run() {
fi
fi
+ if test -z "$TAG" -a -n "$DEFAULT_TAG"; then
+ TAG=":$DEFAULT_TAG"
+ fi
+
if [[ "$CONFIG" =~ ^public ]] ; then
if test -n "$ARVBOX_PUBLISH_IP" ; then
localip=$ARVBOX_PUBLISH_IP
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list