pull smartgear docker image script
This commit is contained in:
parent
fa0b0bf924
commit
415b257ae1
|
@ -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
|
Loading…
Reference in New Issue