We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d31b45 commit 030407fCopy full SHA for 030407f
dockerfiles/client/Dockerfile
@@ -11,7 +11,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GO111MODULE=on go build -a -o k8smetri
11
12
# Use distroless as minimal base image to package the manager binary
13
# Refer to https://github.com/GoogleContainerTools/distroless for more details
14
-FROM gcr.io/distroless/static:nonroot
+FROM golang:alpine
15
WORKDIR /
16
COPY --from=builder /workspace/k8smetrics_client .
17
USER 65532:65532
0 commit comments