File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ WORKDIR /build
33COPY . .
44RUN env CGO_ENABLED=1 GOOS=linux go build -o runner
55
6- FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1771346502
6+ FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1776645941
77
88COPY --from=builder /build/runner /
99COPY containers/forwarder/bin/systemctl_wrapper.sh /bin/systemctl
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-1771346502
7+ FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1776645941
88
99COPY --from=builder /bin/registry-server /bin/registry-server
1010COPY --from=builder /bin/grpc_health_probe /bin/grpc_health_probe
You can’t perform that action at this time.
0 commit comments