Skip to content

Commit e3351d0

Browse files
authored
update UBI images (#319)
1 parent 4dfc53a commit e3351d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ COPY . /workdir
55
WORKDIR /workdir
66
RUN make
77

8-
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9-1137
8+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9-1161
99

1010
ENV OPERATOR=/usr/local/bin/deployment-validation-operator \
1111
USER_UID=1001 \

build/Dockerfile.olm-registry

+1-1
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.9-1137
7+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9-1161
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)