Skip to content
Permalink
3d56f9293a
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
 
 
Cannot retrieve contributors at this time
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/