Skip to content
Closed
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 @@ -29,7 +29,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-1755695350
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1760515502
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-rhel9:v4.19 as builder

FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1755695350
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1760515502

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