#!/bin/bash -eux openstack tcib container image build \ --push \ --authfile ${XDG_RUNTIME_DIR}/containers/auth.json \ --distro centos \ --release 9 \ --namespace podified-antelope-centos9 \ --registry quay.rdoproject.org \ --exclude tempest-extras \ --work-dir /home/zuul/ci-framework/logs \ --volume /usr/share/tcib/container-images:/usr/share/tcib/container-images:z \ --tcib-extra tcib_release=9 \ --tcib-extra tcib_python_version=3.9 \ --repo-dir /home/zuul/ci-framework/artifacts/repositories \ --tag 7e1bd028834ecb14271d9e031abffcd7 \ --base quay.io/centos/centos:stream9 \ --prefix openstack