pull smartgear docker image script

This commit is contained in:
Alfredo Oliviero 2024-05-27 17:55:22 +02:00
parent fa0b0bf924
commit 415b257ae1
1 changed files with 14 additions and 0 deletions

14
dockerize/pull_smartgear.sh Executable file
View File

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