harbor/make/photon/registry/Dockerfile.binary
MinerYang adf8c73b3b
bump go 1.20.7 && install git for p4 base golang image (#19138)
upadte docker file

Signed-off-by: yminer <yminer@vmware.com>
2023-08-14 10:55:23 +08:00

11 lines
250 B
Docker

FROM goharbor/golang:1.20.7
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