#!/bin/bash -eux openstack tcib container image build \ --authfile ${XDG_RUNTIME_DIR}/containers/auth.json \ --distro centos \ --release 10 \ --namespace podified-master-centos10 \ --registry 38.102.83.18:5001 \ --exclude horizontest \ --work-dir /home/zuul/ci-framework-data/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-data/artifacts/repositories \ --tag telemetry_latest \ --base quay.io/centos/centos:stream10 \ --prefix openstack