File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ COPY . .
1010RUN make go-build
1111
1212# ##
13- FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1773895075
13+ FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1773939694
1414
1515ENV USER_UID=1001 \
1616 USER_NAME=addon-operator
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ COPY ${SAAS_OPERATOR_DIR} manifests
44RUN 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/ubi9/ubi-minimal:9.7-1773895075
7+ FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1773939694
88
99COPY --from=builder /bin/registry-server /bin/registry-server
1010COPY --from=builder /bin/grpc_health_probe /bin/grpc_health_probe
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ COPY . .
1010RUN GOOS=linux CGO_ENABLED=1 GOARCH=amd64 GOFLAGS="" go build -o build/_output/bin/addon-operator-webhook ./cmd/addon-operator-webhook
1111
1212###
13- FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1773895075
13+ FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1773939694
1414
1515ENV USER_UID=1001 \
1616 USER_NAME=addon-operator
You can’t perform that action at this time.
0 commit comments