File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GO111MODULE=on go build -mod=mod -a -o
18
18
19
19
# Use distroless as minimal base image to package the manager binary
20
20
# Refer to https://github.com/GoogleContainerTools/distroless for more details
21
- FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1752068421
21
+ FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1752564239
22
22
WORKDIR /
23
23
COPY --from=builder /workspace/manager .
24
24
USER nonroot:nonroot
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ COPY ${SAAS_OPERATOR_DIR} manifests
4
4
RUN initializer --permissive
5
5
6
6
# ubi-micro does not work for clusters with fips enabled unless we make OpenSSL available
7
- FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1752068421
7
+ FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1752564239
8
8
9
9
COPY --from=builder /bin/registry-server /bin/registry-server
10
10
COPY --from=builder /bin/grpc_health_probe /bin/grpc_health_probe
You can’t perform that action at this time.
0 commit comments