1
0
mirror of https://github.com/goharbor/harbor.git synced 2025-02-18 04:41:26 +01:00
harbor/make/photon/registry/Dockerfile.binary
Wang Yan 494d74d32d
bump up go version to 1.16 ()
Signed-off-by: Wang Yan <wangyan@vmware.com>
2021-07-08 16:25:15 +08:00

11 lines
241 B
Docker

FROM golang:1.16.5
ENV DISTRIBUTION_DIR /go/src/github.com/docker/distribution
ENV BUILDTAGS include_oss include_gcs
ENV GO111MODULE auto
WORKDIR $DISTRIBUTION_DIR
COPY . $DISTRIBUTION_DIR
RUN CGO_ENABLED=0 make PREFIX=/go clean binaries