File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Build the manager binary
2- FROM registry.access.redhat.com/ubi9/go-toolset:9.8-1781595303 @sha256:ebcc3560ec892af7c081bcfbef9959fe54c4b1603dc1f6c6e1494992f6c71f89 as builder
2+ FROM registry.access.redhat.com/ubi9/go-toolset:9.8-1782377916 @sha256:17c888d75753f128f6cbdc5587932c3abd2632ca8e0931aa27b9a60c7a75ac62 as builder
33
44USER 1001
55
@@ -32,7 +32,7 @@ ARG ENABLE_WEBHOOKS=true
3232ENV ENABLE_WEBHOOKS=${ENABLE_WEBHOOKS}
3333# Use ubi-minimal as minimal base image to package the manager binary
3434# Refer to https://catalog.redhat.com/software/containers/ubi9/ubi-minimal/615bd9b4075b022acc111bf5 for more details
35- FROM registry.access.redhat.com/ubi9/ubi-minimal:9.8-1781496742
35+ FROM registry.access.redhat.com/ubi9/ubi-minimal:9.8-1782366411
3636COPY --from=builder /opt/app-root/src/manager /
3737COPY --from=builder /opt/app-root/src/snapshotgc /
3838
You can’t perform that action at this time.
0 commit comments