We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 339b161 + df66fa3 commit 4eefb76Copy full SHA for 4eefb76
build/Dockerfile
@@ -8,7 +8,7 @@ COPY . .
8
RUN make go-build
9
10
####
11
-FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9-1029
+FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9-1108
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