diff --git a/ci/prow-build-test-qemu.sh b/ci/prow-build-test-qemu.sh index f05333b03..35c0ee15d 100755 --- a/ci/prow-build-test-qemu.sh +++ b/ci/prow-build-test-qemu.sh @@ -33,6 +33,9 @@ prev_build_url=${REDIRECTOR_URL}/rhcos-${ocpver}/ # we want to use RHEL 8.5 for testing until we can start using 8.6 # see https://github.com/openshift/release/pull/26193 curl -L http://base-"${ocpver_mut}"-rhel85.ocp.svc.cluster.local > src/config/ocp.repo +# fetch the 8.6 appstream repo to enable building of extensions +# see: https://github.com/openshift/os/issues/795 +curl -Ls http://base-"${ocpver_mut}"-rhel86.ocp.svc.cluster.local | grep -A 3 rhel-8-appstream | sed '1,3 s/rhel-8-appstream/rhel-86-appstream/g' >> src/config/ocp.repo cosa buildfetch --url=${prev_build_url} cosa fetch cosa build diff --git a/extensions.yaml b/extensions.yaml index d989e3b06..1f0d8b805 100644 --- a/extensions.yaml +++ b/extensions.yaml @@ -57,6 +57,6 @@ extensions: enable: - virt:rhel repos: - - rhel-8-appstream + - rhel-86-appstream packages: - kata-containers