Description of problem: The Fedora containerdisk version in HCO's dataImportCronTemplates is currently set to '35'. It should be set to 'latest' to always have the latest Fedora version available on the cluster. Version-Release number of selected component (if applicable): CNV 4.10 / 4.11 / 4.12 How reproducible: Install CNV on OCP and run: oc get dataimportcron -n openshift-virtualization-os-images fedora-image-cron -o yaml | grep url Actual results: URL is docker://quay.io/containerdisks/fedora:35 Expected results: URL should be docker://quay.io/containerdisks/fedora:latest Additional info: Fixed upstream by https://github.com/kubevirt/hyperconverged-cluster-operator/pull/2021
The fix might be backported to cnv 4.11.1 and 4.10.z (4.10.4 or 4.10.5)
Verified against latest 4.11.1: =============================== [cnv-qe-jenkins@c01-dbn-411-9588x-executor ~]$ oc get dataimportcron -n openshift-virtualization-os-images fedora-image-cron -o yaml | grep url url: docker://quay.io/containerdisks/fedora:latest [cnv-qe-jenkins@c01-dbn-411-9588x-executor ~]$
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Moderate: OpenShift Virtualization 4.11.1 security and bug fix update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2022:8750