Commit 760b4da3 authored by ACCE Deploy's avatar ACCE Deploy
Browse files

Changing name to esgf-slcs.

parent 07f6c7dd
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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
@@ -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