Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
Esgf Docker
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ESGF
mirrors
Esgf Docker
Commits
59297fe1
Commit
59297fe1
authored
6 months ago
by
William Tucker
Browse files
Options
Downloads
Plain Diff
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
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
images/thredds/Dockerfile
+2
-2
2 additions, 2 deletions
images/thredds/Dockerfile
with
2 additions
and
2 deletions
images/thredds/Dockerfile
+
2
−
2
View file @
59297fe1
...
...
@@ -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
&&
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment