ceph-dev-*-build: reset CI_CONTAINER when building octopus for el7
because the consumers of ceph container images are referencing the
required images using
"${CONTAINER_REPO_HOSTNAME}/${CONTAINER_REPO_ORGANIZATION}/ceph:${SHA1}".
see ceph-container/contrib/build-push-ceph-container-imgs.sh.
but in a recent change, we push both the images built for el7 and for
el8 with the same tag. and the last one wins. this breaks the tests
which expect the cephadm and other tools included in an image built for
el8. but these tools are not included by el7 because of the missing
dependencies.
so we have at least two options
- stop building octopus+el7 container images
- use a different tag for octopus+el7 to avoid the racing and name collision.
before the 2nd change lands on ceph-container, we should have the 1st
one in ceph-build to unblock the builds of octopus.