#!/bin/bash -eux openstack tcib container image build \ --push \ --authfile ${XDG_RUNTIME_DIR}/containers/auth.json \ --distro centos \ --release 9 \ --namespace podified-master-centos9 \ --registry quay.rdoproject.org \ --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 3899653706995fac13b6f25ee7617afe \ --base quay.io/centos/centos:stream9 \ --prefix openstack