harbor/make/photon/registry/Dockerfile.binary

10 lines
225 B
Docker
Raw Normal View History

FROM golang:1.11
2017-07-24 10:21:38 +00:00
ENV DISTRIBUTION_DIR /go/src/github.com/docker/distribution
ENV DOCKER_BUILDTAGS include_oss include_gcs
WORKDIR $DISTRIBUTION_DIR
COPY . $DISTRIBUTION_DIR
RUN CGO_ENABLED=0 make PREFIX=/go clean binaries