Skip to content

Commit 030407f

Browse files
committed
changed image to get shell access
1 parent 6d31b45 commit 030407f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfiles/client/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GO111MODULE=on go build -a -o k8smetri
1111

1212
# Use distroless as minimal base image to package the manager binary
1313
# Refer to https://github.com/GoogleContainerTools/distroless for more details
14-
FROM gcr.io/distroless/static:nonroot
14+
FROM golang:alpine
1515
WORKDIR /
1616
COPY --from=builder /workspace/k8smetrics_client .
1717
USER 65532:65532

0 commit comments

Comments
 (0)