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
36e063f8
Commit
36e063f8
authored
6 years ago
by
LucaCinquini
Browse files
Options
Downloads
Patches
Plain Diff
Building frm ubuntu/tomcat image
parent
c4867781
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
idp-node/Dockerfile
+2
-1
2 additions, 1 deletion
idp-node/Dockerfile
index-node/Dockerfile
+2
-1
2 additions, 1 deletion
index-node/Dockerfile
orp/Dockerfile
+2
-1
2 additions, 1 deletion
orp/Dockerfile
tds/Dockerfile
+2
-1
2 additions, 1 deletion
tds/Dockerfile
with
8 additions
and
4 deletions
idp-node/Dockerfile
+
2
−
1
View file @
36e063f8
...
...
@@ -14,6 +14,7 @@
ARG
ESGF_HUB=esgfhub
ARG
ESGF_PREFIX=
ARG
ESGF_VERSION=latest
ARG
ESGF_HUB_ALT=esgfhublc
# This build stage is required because COPY --from=$ARG is not supported
# https://github.com/moby/moby/issues/34482
...
...
@@ -35,7 +36,7 @@ RUN mkdir /opt/esgf-idp && \
## Stage 2 ##
#############
FROM
${ESGF_HUB}/${ESGF_PREFIX}tomcat:$ESGF_VERSION
FROM
${ESGF_HUB
_ALT
}/${ESGF_PREFIX}tomcat:$ESGF_VERSION
MAINTAINER
Earth System Grid Federation <esgf-devel@lists.llnl.gov>
...
...
This diff is collapsed.
Click to expand it.
index-node/Dockerfile
+
2
−
1
View file @
36e063f8
...
...
@@ -14,6 +14,7 @@
ARG
ESGF_HUB=esgfhub
ARG
ESGF_PREFIX=
ARG
ESGF_VERSION=latest
ARG
ESGF_HUB_ALT=esgfhublc
# This build stage is required because COPY --from=$ARG is not supported
# https://github.com/moby/moby/issues/34482
...
...
@@ -39,7 +40,7 @@ RUN mkdir /opt/esg-search && \
## Stage 2 ##
#############
FROM
${ESGF_HUB}/${ESGF_PREFIX}tomcat:$ESGF_VERSION
FROM
${ESGF_HUB
_ALT
}/${ESGF_PREFIX}tomcat:$ESGF_VERSION
MAINTAINER
Earth System Grid Federation <esgf-devel@lists.llnl.gov>
...
...
This diff is collapsed.
Click to expand it.
orp/Dockerfile
+
2
−
1
View file @
36e063f8
...
...
@@ -14,6 +14,7 @@
ARG
ESGF_HUB=esgfhub
ARG
ESGF_PREFIX=
ARG
ESGF_VERSION=latest
ARG
ESGF_HUB_ALT=esgfhublc
# This build stage is required because COPY --from=$ARG is not supported
# https://github.com/moby/moby/issues/34482
...
...
@@ -35,7 +36,7 @@ RUN mkdir /opt/esg-orp && \
## Stage 2 ##
#############
FROM
${ESGF_HUB}/${ESGF_PREFIX}tomcat:$ESGF_VERSION
FROM
${ESGF_HUB
_ALT
}/${ESGF_PREFIX}tomcat:$ESGF_VERSION
MAINTAINER
Earth System Grid Federation <esgf-devel@lists.llnl.gov>
...
...
This diff is collapsed.
Click to expand it.
tds/Dockerfile
+
2
−
1
View file @
36e063f8
...
...
@@ -13,6 +13,7 @@
ARG
ESGF_HUB=esgfhub
ARG
ESGF_PREFIX=
ARG
ESGF_VERSION=latest
ARG
ESGF_HUB_ALT=esgfhublc
# This build stage is required because COPY --from=$ARG is not supported
# https://github.com/moby/moby/issues/34482
...
...
@@ -82,7 +83,7 @@ RUN chmod -R g+w /opt/thredds
## Stage 2 ##
#############
FROM
${ESGF_HUB}/${ESGF_PREFIX}tomcat:$ESGF_VERSION
FROM
${ESGF_HUB
_ALT
}/${ESGF_PREFIX}tomcat:$ESGF_VERSION
MAINTAINER
Earth System Grid Federation <esgf-devel@lists.llnl.gov>
...
...
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