diff --git a/build/Dockerfile b/build/Dockerfile index 4d12ea227..192b5f174 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -18,7 +18,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GO111MODULE=on go build -mod=mod -a -o # Use distroless as minimal base image to package the manager binary # Refer to https://github.com/GoogleContainerTools/distroless for more details -FROM registry.access.redhat.com/ubi9/ubi-minimal:9.8-1784705586 +FROM registry.access.redhat.com/ubi9/ubi-minimal:1784596149 ENV USER_UID=1001 \ USER_NAME=managed-node-metadata-operator diff --git a/build/Dockerfile.olm-registry b/build/Dockerfile.olm-registry index 3de29c686..99faff7b2 100644 --- a/build/Dockerfile.olm-registry +++ b/build/Dockerfile.olm-registry @@ -4,7 +4,7 @@ COPY ${SAAS_OPERATOR_DIR} manifests RUN initializer --permissive # ubi-micro does not work for clusters with fips enabled unless we make OpenSSL available -FROM registry.access.redhat.com/ubi9/ubi-minimal:9.8-1784705586 +FROM registry.access.redhat.com/ubi9/ubi-minimal:1784596149 COPY --from=builder /bin/registry-server /bin/registry-server COPY --from=builder /bin/grpc_health_probe /bin/grpc_health_probe