File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,15 +44,15 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -mod=ven
4444 -a -o manager cmd/main.go
4545
4646# Use distroless as minimal base image to package the manager binary
47- # Refer to https://github.com/GoogleContainerTools/distroless for more details
48- FROM gcr .io/distroless/static:nonroot
47+ # Refer to https://github.com/GoogleContainerTools/distroless/tree/main/base for more
48+ FROM nvcr .io/nvidia/ distroless/go:v3.1.7
4949
5050ARG VERSION
5151ARG GIT_SHA
5252ARG GO_VERSION
5353
5454# # https://github.com/opencontainers/image-spec/blob/main/annotations.md
55- LABEL org.opencontainers.image.base.name="gcr .io/distroless/static:nonroot " \
55+ LABEL org.opencontainers.image.base.name="nvcr .io/nvidia/ distroless/go:v3.1.7 " \
5656 org.opencontainers.image.licenses="Apache-2.0" \
5757 org.opencontainers.image.title="skyhook-operator" \
5858 org.opencontainers.image.version="${VERSION}" \
You can’t perform that action at this time.
0 commit comments