WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit a153c3c

Browse files
authored
Merge pull request #1367 from dbkreling/update-to-ubi-10
Update operator, must-gather and podvm-builder ubi references
2 parents 7166d7c + 8fe91fc commit a153c3c

File tree

7 files changed

+4933
-3911
lines changed

7 files changed

+4933
-3911
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi9/go-toolset:1.24.6-1762373805 as builder
1+
FROM registry.access.redhat.com/ubi9/go-toolset:1.25.3-1764620329 as builder
22

33
# Required by the ubi based go-toolset image
44
USER root
@@ -29,7 +29,7 @@ RUN . ./controller-tools-ver && mv bin/controller-gen bin/controller-gen-$CONTRO
2929
RUN . ./controller-tools-ver && make build
3030

3131
# Use OpenShift base image
32-
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1760515502
32+
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1764578379
3333
WORKDIR /
3434
COPY --from=builder /workspace/bin/manager .
3535
COPY --from=builder /workspace/bin/metrics-server .

config/peerpods/podvm/Dockerfile.podvm-builder

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi9/ubi:9.6-1760340943
1+
FROM registry.access.redhat.com/ubi9/ubi:9.7-1764578509
22

33
# azure-podvm-image-handler.sh script under /scripts/azure-podvm-image-handler.sh
44
# aws-podvm-image-handler.sh script under /scripts/aws-podvm-image-handler.sh

config/peerpods/podvm/redhat.repo

Lines changed: 4476 additions & 3454 deletions
Large diffs are not rendered by default.

config/peerpods/podvm/rpms.lock.yaml

Lines changed: 451 additions & 451 deletions
Large diffs are not rendered by default.

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-rhel9:v4.19 as builder
22

3-
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1760515502
3+
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1764578379
44

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

scripts/install-helpers/baremetal-coco/intel-dcap/pccs.yaml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ spec:
4646
kubernetes.io/hostname: ${PCCS_NODE}
4747
initContainers:
4848
- name: init-seclabel
49-
image: registry.access.redhat.com/ubi9/ubi:latest
49+
image: registry.access.redhat.com/ubi9/ubi:9.7-1764578509
5050
command: [ "sh", "-c", "chcon -Rt container_file_t /var/cache/pccs" ]
5151
volumeMounts:
5252
- name: host-database

scripts/kata-install/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi9/skopeo:9.6-1760517870
1+
FROM registry.access.redhat.com/ubi9/skopeo:9.7-1764607501
22

33
RUN mkdir -p /files
44

0 commit comments

Comments
 (0)