Loading cog/Dockerfile +3 −3 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ FROM $ESGF_IMAGES_HUB/esgf-node:$ESGF_VERSION MAINTAINER Luca Cinquini <luca.cinquini@jpl.nasa.gov> # choose CoG version ENV COG_TAG=v3.9.2 ENV COG_TAG=v3.9.6 # env variable to execute CoG initialization # may be overridden from command line after first container startup Loading @@ -38,8 +38,8 @@ RUN cd $COG_DIR && \ RUN cd $COG_DIR && \ git clone https://github.com/EarthSystemCoG/COG cog_install && \ cd cog_install && \ #git checkout -b devel origin/devel git checkout $COG_TAG #git checkout -b devel origin/devel # install CoG dependencies RUN cd $COG_INSTALL_DIR && \ Loading Loading @@ -73,9 +73,9 @@ RUN cd $COG_DIR && \ COPY conf/cog_settings.cfg /usr/local/cog/cog_config/cog_settings.cfg RUN cd $COG_INSTALL_DIR && \ source $COG_DIR/venv/bin/activate && \ #python setup.py -q setup_cog --esgf=false python manage.py collectstatic --no-input && \ rm /usr/local/cog/cog_config/cog_settings.cfg #python setup.py -q setup_cog --esgf=false # for some unknown reason, must reinstall captcha #RUN source $COG_DIR/venv/bin/activate && \ Loading docker-compose.yml +1 −0 Original line number Diff line number Diff line Loading @@ -31,6 +31,7 @@ services: - $ESGF_CONFIG/grid-security/certificates/:/etc/grid-security/certificates/ - $ESGF_CONFIG/esg/config/:/esg/config/ - $ESGF_CONFIG/esg/config/tomcat/esg-truststore.ts:/usr/java/latest/jre/lib/security/jssecacerts - $ESGF_CONFIG/archives/grid_security_certs.tar.xz:/root/archives/grid_security_certs.tar.xz # ESGF postgres database esgf-postgres: Loading Loading
cog/Dockerfile +3 −3 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ FROM $ESGF_IMAGES_HUB/esgf-node:$ESGF_VERSION MAINTAINER Luca Cinquini <luca.cinquini@jpl.nasa.gov> # choose CoG version ENV COG_TAG=v3.9.2 ENV COG_TAG=v3.9.6 # env variable to execute CoG initialization # may be overridden from command line after first container startup Loading @@ -38,8 +38,8 @@ RUN cd $COG_DIR && \ RUN cd $COG_DIR && \ git clone https://github.com/EarthSystemCoG/COG cog_install && \ cd cog_install && \ #git checkout -b devel origin/devel git checkout $COG_TAG #git checkout -b devel origin/devel # install CoG dependencies RUN cd $COG_INSTALL_DIR && \ Loading Loading @@ -73,9 +73,9 @@ RUN cd $COG_DIR && \ COPY conf/cog_settings.cfg /usr/local/cog/cog_config/cog_settings.cfg RUN cd $COG_INSTALL_DIR && \ source $COG_DIR/venv/bin/activate && \ #python setup.py -q setup_cog --esgf=false python manage.py collectstatic --no-input && \ rm /usr/local/cog/cog_config/cog_settings.cfg #python setup.py -q setup_cog --esgf=false # for some unknown reason, must reinstall captcha #RUN source $COG_DIR/venv/bin/activate && \ Loading
docker-compose.yml +1 −0 Original line number Diff line number Diff line Loading @@ -31,6 +31,7 @@ services: - $ESGF_CONFIG/grid-security/certificates/:/etc/grid-security/certificates/ - $ESGF_CONFIG/esg/config/:/esg/config/ - $ESGF_CONFIG/esg/config/tomcat/esg-truststore.ts:/usr/java/latest/jre/lib/security/jssecacerts - $ESGF_CONFIG/archives/grid_security_certs.tar.xz:/root/archives/grid_security_certs.tar.xz # ESGF postgres database esgf-postgres: Loading