#!/bin/bash -eux openstack tcib container image build \ --push \ --authfile ${XDG_RUNTIME_DIR}/containers/auth.json \ --distro centos \ --release 10 \ --namespace podified-master-centos10 \ --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=10 \ --tcib-extra tcib_python_version=3.12 \ --repo-dir /home/zuul/ci-framework/artifacts/repositories \ --tag 05a0bffc9407ccc1d6032a7a0f789d59 \ --base quay.io/centos/centos:stream10 \ --prefix openstack