Skip to content
Permalink
18a2e24d00
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
Jim Van Fleet They are both shibdb
Latest commit 18a2e24 Jul 13, 2017 History
0 contributors

Users who have contributed to this file

18 lines (13 sloc) 336 Bytes
FROM postgres:alpine
ARG maintainer=tier
ARG imagename=shibdb
ARG version=9.6
ARG postgres_db=shibboleth
ENV POSTGRES_DB=$postgres_db
MAINTAINER $maintainer
LABEL Vendor="Internet2"
LABEL ImageType="postgres"
LABEL ImageName=$imagename
LABEL ImageOS=alpine
LABEL Version=$version
COPY container_files/ /docker-entrypoint-initdb.d/