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 331b21d commit e64ec32Copy full SHA for e64ec32
Dockerfile
@@ -11,7 +11,7 @@ RUN curl -L -o ocm.tar.gz https://github.com/open-component-model/ocm/releases/d
11
12
# Use distroless as minimal base image to package the component binary
13
# Refer to https://github.com/GoogleContainerTools/distroless for more details
14
-FROM gcr.io/distroless/static-debian12:nonroot@sha256:e8a4044e0b4ae4257efa45fc026c0bc30ad320d43bd4c1a7d5271bd241e386d0
+FROM gcr.io/distroless/static-debian12:nonroot@sha256:2b7c93f6d6648c11f0e80a48558c8f77885eb0445213b8e69a6a0d7c89fc6ae4
15
ARG TARGETOS
16
ARG TARGETARCH
17
ARG COMPONENT
0 commit comments