File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
ci-operator/config/cri-o/cri-o Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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
1010build_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
4242raw_steps :
4343- rpm_image_injection_step :
4444 from : base-machine
You can’t perform that action at this time.
0 commit comments