Skip to content

Commit 544c6ab

Browse files
red-hat-konflux[bot]littlejawa
authored andcommitted
chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal docker tag to v9.6-1752069876
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent d59149e commit 544c6ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN . ./controller-tools-ver && mv bin/controller-gen bin/controller-gen-$CONTRO
2626
RUN . ./controller-tools-ver && make build
2727

2828
# 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
3030
WORKDIR /
3131
COPY --from=builder /workspace/bin/manager .
3232
COPY --from=builder /workspace/bin/metrics-server .

must-gather/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM registry.redhat.io/openshift4/ose-must-gather:latest as builder
22

3-
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1751286687
3+
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1752069876
44

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

0 commit comments

Comments
 (0)