Skip to content

Commit 21fed66

Browse files
Update registry.access.redhat.com/ubi8/ubi-minimal Docker tag to v8.10-1752564239
Signed-off-by: red-hat-konflux-kflux-prd-rh03 <206760901+red-hat-konflux-kflux-prd-rh03[bot]@users.noreply.github.com>
1 parent 9ad6b2c commit 21fed66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GO111MODULE=on go build -mod=mod -a -o
1818

1919
# Use distroless as minimal base image to package the manager binary
2020
# Refer to https://github.com/GoogleContainerTools/distroless for more details
21-
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1752068421
21+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1752564239
2222
WORKDIR /
2323
COPY --from=builder /workspace/manager .
2424
USER nonroot:nonroot

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/ubi8/ubi-minimal:8.10-1752068421
7+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1752564239
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)