Since Reef is EOL, the "reef" tag was removed from quay.ceph.io.
The solution is to replace the reef references with the "v18.2.8" tag.
Fixes: https://tracker.ceph.com/issues/75886
Signed-off-by: Laura Flores <lflores@ibm.com>
tasks:
- cephadm:
- image: quay.ceph.io/ceph-ci/ceph:reef
+ image: quay.io/ceph/ceph:v18.2.8
compiled_cephadm_branch: reef
roles:
tasks:
- cephadm:
- image: quay.ceph.io/ceph-ci/ceph:reef
+ image: quay.io/ceph/ceph:v18.2.8
compiled_cephadm_branch: reef
roles:
# images that are used
IMAGE_MAIN=${IMAGE_MAIN:-'quay.ceph.io/ceph-ci/ceph:main'}
-IMAGE_REEF=${IMAGE_REEF:-'quay.ceph.io/ceph-ci/ceph:reef'}
+IMAGE_REEF=${IMAGE_REEF:-'quay.io/ceph/ceph:v18.2.8'}
IMAGE_SQUID=${IMAGE_SQUID:-'quay.ceph.io/ceph-ci/ceph:squid'}
IMAGE_DEFAULT=${IMAGE_MAIN}