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 @@ -26,7 +26,7 @@ RUN . ./controller-tools-ver && mv bin/controller-gen bin/controller-gen-$CONTRO
26
26
RUN . ./controller-tools-ver && make build
27
27
28
28
# Use OpenShift base image
29
- FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1751286687
29
+ FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1752069876
30
30
WORKDIR /
31
31
COPY --from=builder /workspace/bin/manager .
32
32
COPY --from=builder /workspace/bin/metrics-server .
Original file line number Diff line number Diff line change 1
1
FROM registry.redhat.io/openshift4/ose-must-gather:latest as builder
2
2
3
- FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1751286687
3
+ FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1752069876
4
4
5
5
# For gathering data from nodes
6
6
# NOTE for hermetic build: any change to the packages installed here must
You can’t perform that action at this time.
0 commit comments