Skip to content

Commit d999d64

Browse files
cri-o: use rhel-coreos (openshift#58994)
Signed-off-by: Sohan Kunkerkar <[email protected]>
1 parent ef614ce commit d999d64

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

ci-operator/config/cri-o/cri-o/cri-o-cri-o-main.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ base_images:
33
name: centos
44
namespace: openshift
55
tag: stream9
6-
rhel-coreos-9-base:
6+
rhel-coreos-base:
77
name: "4.18"
88
namespace: ocp
9-
tag: rhel-coreos-9
9+
tag: rhel-coreos
1010
build_root:
1111
image_stream_tag:
1212
name: release
@@ -27,18 +27,18 @@ images:
2727
# in a container https://github.com/coreos/rpm-ostree/issues/4034
2828
RUN ls -al /etc/yum.repos.d && dnf -y install dnf-utils && dnf --disablerepo='*' --enablerepo=built download cri-o
2929
# See also https://issues.redhat.com/browse/ART-4352
30-
FROM registry.ci.openshift.org/rhcos-devel/rhel-coreos-9
30+
FROM registry.ci.openshift.org/rhcos-devel/rhel-coreos
3131
COPY --from=build /*.rpm /
3232
# Also delete leftover RPM files; see https://issues.redhat.com/browse/OCPBUGS-6505.
3333
RUN rpm -Uvh --oldpackage /*.rpm && rm -vf /*.rpm /usr/share/rpm/__db.* /usr/share/rpm/.*.lock
3434
inputs:
3535
base-machine-with-rpms:
3636
as:
3737
- quay.io/centos/centos:stream9
38-
rhel-coreos-9-base:
38+
rhel-coreos-base:
3939
as:
40-
- registry.ci.openshift.org/rhcos-devel/rhel-coreos-9
41-
to: rhel-coreos-9
40+
- registry.ci.openshift.org/rhcos-devel/rhel-coreos
41+
to: rhel-coreos
4242
raw_steps:
4343
- rpm_image_injection_step:
4444
from: base-machine

0 commit comments

Comments
 (0)