We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5e6e2cb + b43d6ec commit 7ac5511Copy full SHA for 7ac5511
2 files changed
build/Dockerfile
@@ -8,7 +8,7 @@ COPY . .
8
RUN make go-build
9
10
####
11
-FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1764794109
+FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1768783948
12
13
ENV USER_UID=1001 \
14
USER_NAME=managed-upgrade-operator
build/Dockerfile.olm-registry
@@ -4,7 +4,7 @@ COPY ${SAAS_OPERATOR_DIR} manifests
4
RUN initializer --permissive
5
6
# ubi-micro does not work for clusters with fips enabled unless we make OpenSSL available
7
COPY --from=builder /bin/registry-server /bin/registry-server
COPY --from=builder /bin/grpc_health_probe /bin/grpc_health_probe
0 commit comments