Loading scripts/docker_build_and_push_all.sh +3 −3 Original line number Diff line number Diff line Loading @@ -16,8 +16,8 @@ function build_and_push() { echo "BUILDING MODULE=$img PUSH=$pushit\n" # build the module #docker build --no-cache --build-arg ESGF_REPO=$ESGF_REPO -t esgfhub/$img . docker build --no-cache -t esgfhub/$img . docker build --no-cache --build-arg ESGF_REPO=$ESGF_REPO -t esgfhub/$img . #docker build --no-cache -t esgfhub/$img . # optionally push the module to Docker Hub if [[ $pushit == *"push"* ]]; then Loading @@ -36,7 +36,7 @@ pushit=${2:-false} wrkdir=`pwd` # loop over ordered list of ESGF images subdirs=('node' 'postgres' 'tomcat' 'solr' 'httpd' 'cog' 'data-node' 'idp-node' 'index-node' 'slcs-server' 'node-manager' 'vsftp' 'solr-cloud') subdirs=('node' 'postgres' 'tomcat' 'solr' 'httpd' 'cog' 'data-node' 'idp-node' 'index-node' 'slcs' 'node-manager' 'vsftp' 'solr-cloud') for subdir in ${subdirs[*]}; do # cd to parallel directory Loading Loading
scripts/docker_build_and_push_all.sh +3 −3 Original line number Diff line number Diff line Loading @@ -16,8 +16,8 @@ function build_and_push() { echo "BUILDING MODULE=$img PUSH=$pushit\n" # build the module #docker build --no-cache --build-arg ESGF_REPO=$ESGF_REPO -t esgfhub/$img . docker build --no-cache -t esgfhub/$img . docker build --no-cache --build-arg ESGF_REPO=$ESGF_REPO -t esgfhub/$img . #docker build --no-cache -t esgfhub/$img . # optionally push the module to Docker Hub if [[ $pushit == *"push"* ]]; then Loading @@ -36,7 +36,7 @@ pushit=${2:-false} wrkdir=`pwd` # loop over ordered list of ESGF images subdirs=('node' 'postgres' 'tomcat' 'solr' 'httpd' 'cog' 'data-node' 'idp-node' 'index-node' 'slcs-server' 'node-manager' 'vsftp' 'solr-cloud') subdirs=('node' 'postgres' 'tomcat' 'solr' 'httpd' 'cog' 'data-node' 'idp-node' 'index-node' 'slcs' 'node-manager' 'vsftp' 'solr-cloud') for subdir in ${subdirs[*]}; do # cd to parallel directory Loading