Commit 669520e8 authored by William Tucker's avatar William Tucker
Browse files

Adding placeholder publisher client image

parent e855de90
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
#####
## Docker image for an ESGF publisher client application
#####

ARG ESGF_REPOSITORY_BASE=esgfdeploy
ARG ESGF_IMAGES_VERSION=latest
ARG GIT_REPOSITORY=https://github.com/ESGF/esg-publisher.git
ARG GIT_VERSION=no-auth

FROM ${ESGF_REPOSITORY_BASE}/python-build:${ESGF_IMAGES_VERSION} as python-build

FROM ${ESGF_REPOSITORY_BASE}/base:${ESGF_IMAGES_VERSION}