From 415b257ae16eb999688201d1484d7fee264d08b9 Mon Sep 17 00:00:00 2001 From: Alfredo Oliviero Date: Mon, 27 May 2024 17:55:22 +0200 Subject: [PATCH] pull smartgear docker image script --- dockerize/pull_smartgear.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 dockerize/pull_smartgear.sh diff --git a/dockerize/pull_smartgear.sh b/dockerize/pull_smartgear.sh new file mode 100755 index 0000000..d02488f --- /dev/null +++ b/dockerize/pull_smartgear.sh @@ -0,0 +1,14 @@ +#!/bin/sh + +set -a +# source build_conf > docker.conf # generate current conf +# source docker.conf +source build_conf + +echo "Docker Smartgear image $SMARTGEAR_IMAGE" + +# docker pull hub.dev.d4science.org/gcube/smartgears-distribution:4.0.1-SNAPSHOT-java11-tomcat10.1.19 + +docker pull $SMARTGEAR_IMAGE + +set +a