Skip to content

Commit d8ca923

Browse files
WanzenBugpwschuurman
authored andcommitted
Use distroless/static image for webhook
The webhook image needlessly used the distroless image containing glibc. The webhook server is a static binary, so it can be packaged using the distroless/static image like the other components.
1 parent 21cdf12 commit d8ca923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/snapshot-validation-webhook/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM gcr.io/distroless/base:latest
1+
FROM gcr.io/distroless/static:latest
22
LABEL maintainers="Kubernetes Authors"
33
LABEL description="Snapshot Validation Webhook"
44
ARG binary=./bin/snapshot-validation-webhook

0 commit comments

Comments
 (0)