looks like centos9 image is not present on https://hub.docker.com/_/centos
hence it fails to build image and instantiate debug container:
Step 1/4 : FROM centos:stream9
manifest for centos:stream9 not found: manifest unknown: manifest unknown
hence switching to quay.io/centos/centos:stream9
Signed-off-by: Dhairya Parmar <dparmar@redhat.com>
pushd "$T"
case "$env" in
centos:stream|centos:stream9)
- env=centos:stream9
+ env=quay.io/centos/centos:stream9
distro="centos/9"
;;
centos:stream8)
ceph_debuginfo="ceph-base-debuginfo"
debuginfo=/etc/yum.repos.d/CentOS-Stream-Debuginfo.repo
;;
- centos:stream9)
+ quay.io/centos/centos:stream9)
python_bindings="python3-rados python3-cephfs"
base_debuginfo="glibc-debuginfo"
ceph_debuginfo="ceph-base-debuginfo"