Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN . ./controller-tools-ver && mv bin/controller-gen bin/controller-gen-$CONTRO
RUN . ./controller-tools-ver && make build

# Use OpenShift base image
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1752069876
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1754584681
WORKDIR /
COPY --from=builder /workspace/bin/manager .
COPY --from=builder /workspace/bin/metrics-server .
Expand Down
2 changes: 1 addition & 1 deletion must-gather/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM registry.redhat.io/openshift4/ose-must-gather:latest as builder

FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1752069876
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1754584681

# For gathering data from nodes
# NOTE for hermetic build: any change to the packages installed here must
Expand Down