Skip to content
Snippets Groups Projects
Commit 36e063f8 authored by LucaCinquini's avatar LucaCinquini
Browse files

Building frm ubuntu/tomcat image

parent c4867781
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
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