harbor/make/photon/registry/Dockerfile.binary
2017-07-24 17:49:59 -07:00

10 lines
276 B
Docker

FROM golang:1.7.3
ENV DISTRIBUTION_DIR /go/src/github.com/docker/distribution
ENV DOCKER_BUILDTAGS include_oss include_gcs
WORKDIR $DISTRIBUTION_DIR
COPY . $DISTRIBUTION_DIR
COPY cmd/registry/config-dev.yml /etc/docker/registry/config.yml
RUN make PREFIX=/go clean binaries