Skip to content

Commit dfd3ee0

Browse files
Update registry.access.redhat.com/ubi9/ubi-minimal Docker tag to v9.7-1776645941
Signed-off-by: red-hat-konflux-kflux-prd-rh02 <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com>
1 parent 84d7547 commit dfd3ee0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ WORKDIR /build
33
COPY . .
44
RUN env CGO_ENABLED=1 GOOS=linux go build -o runner
55

6-
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1771346502
6+
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1776645941
77

88
COPY --from=builder /build/runner /
99
COPY containers/forwarder/bin/systemctl_wrapper.sh /bin/systemctl

build/Dockerfile.olm-registry

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ COPY ${SAAS_OPERATOR_DIR} manifests
44
RUN initializer --permissive
55

66
# ubi-micro does not work for clusters with fips enabled unless we make OpenSSL available
7-
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1771346502
7+
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1776645941
88

99
COPY --from=builder /bin/registry-server /bin/registry-server
1010
COPY --from=builder /bin/grpc_health_probe /bin/grpc_health_probe

0 commit comments

Comments
 (0)