File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ RUN make go-build
1111RUN GOOS=linux CGO_ENABLED=1 GOARCH=amd64 GOFLAGS="" go build -o build/_output/bin/addon-operator-webhook ./cmd/addon-operator-webhook
1212
1313# ##
14- FROM registry.access.redhat.com/ubi9/ubi-minimal:9.8-1779809423
14+ FROM registry.access.redhat.com/ubi9/ubi-minimal:1780379098
1515
1616ENV USER_UID=1001 \
1717 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.8-1779809423
7+ FROM registry.access.redhat.com/ubi9/ubi-minimal:1780379098
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 @@ -12,7 +12,7 @@ COPY . .
1212RUN GOOS=linux CGO_ENABLED=1 GOARCH=amd64 GOFLAGS="" go build -o build/_output/bin/addon-operator-webhook ./cmd/addon-operator-webhook
1313
1414###
15- FROM registry.access.redhat.com/ubi9/ubi-minimal:9.8-1779809423
15+ FROM registry.access.redhat.com/ubi9/ubi-minimal:1780379098
1616
1717ENV USER_UID=1001 \
1818 USER_NAME=addon-operator
You can’t perform that action at this time.
0 commit comments