File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Use distroless as minimal base image to package the manager binary
2
2
# Refer to https://github.com/GoogleContainerTools/distroless for more details
3
- FROM gcr.io/distroless/base-debian12:debug-nonroot@sha256:d88b20e321d3f81d9f712bff98caffef5d4cd2066bbda3e18c1c81d3441d4d4c
3
+ FROM gcr.io/distroless/base-debian12:debug-nonroot@sha256:ee694eefd7685d8c443fec6abd3bff8e30c437faa8fbeacc0ce4c2e847d45501
4
4
COPY bin/manager /manager
5
5
USER 65532:65532
6
6
Original file line number Diff line number Diff line change 1
1
# Use distroless as minimal base image to package the manager binary
2
2
# Refer to https://github.com/GoogleContainerTools/distroless for more details
3
- FROM gcr.io/distroless/base-debian12:debug-nonroot@sha256:d88b20e321d3f81d9f712bff98caffef5d4cd2066bbda3e18c1c81d3441d4d4c
3
+ FROM gcr.io/distroless/base-debian12:debug-nonroot@sha256:ee694eefd7685d8c443fec6abd3bff8e30c437faa8fbeacc0ce4c2e847d45501
4
4
ARG TARGETARCH
5
5
COPY bin/manager-linux-$TARGETARCH /manager
6
6
USER 65532:65532
You can’t perform that action at this time.
0 commit comments