We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dfc53a commit e3351d0Copy full SHA for e3351d0
build/Dockerfile
@@ -5,7 +5,7 @@ COPY . /workdir
5
WORKDIR /workdir
6
RUN make
7
8
-FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9-1137
+FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9-1161
9
10
ENV OPERATOR=/usr/local/bin/deployment-validation-operator \
11
USER_UID=1001 \
build/Dockerfile.olm-registry
@@ -4,7 +4,7 @@ COPY ${SAAS_OPERATOR_DIR} manifests
4
RUN initializer --permissive
# ubi-micro does not work for clusters with fips enabled unless we make OpenSSL available
COPY --from=builder /bin/registry-server /bin/registry-server
COPY --from=builder /bin/grpc_health_probe /bin/grpc_health_probe
0 commit comments