Skip to content
Snippets Groups Projects
Commit 59297fe1 authored by William Tucker's avatar William Tucker
Browse files

Merge branch 'master' of github.com:ESGF/esgf-docker into openshift

parents 73fa18c6 59082b2d
No related branches found
No related tags found
No related merge requests found
Pipeline #592917 failed
......@@ -9,8 +9,8 @@ FROM ${ESGF_REPOSITORY_BASE}/jdk:${ESGF_IMAGES_VERSION} as builder
# Unpack the THREDDS war
ARG THREDDS_VERSION=5.5
ARG THREDDS_SHA1=2495b8c91b764eb326fe17731cf2773e9bd903cc
ARG THREDDS_URL=https://downloads.unidata.ucar.edu/tds/$THREDDS_VERSION/thredds-$THREDDS_VERSION-SNAPSHOT.war
ARG THREDDS_SHA1=4775a5aad90751cbb14708a6aba4285d3bb2675f
ARG THREDDS_URL=https://downloads.unidata.ucar.edu/tds/$THREDDS_VERSION/thredds-$THREDDS_VERSION.war
RUN mkdir /application && \
cd /application && \
curl -fsSL -o thredds.war $THREDDS_URL && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment