#!/bin/bash -eux openstack tcib container image build \ --authfile ${XDG_RUNTIME_DIR}/containers/auth.json \ --distro centos \ --release 9 \ --namespace podified-epoxy-centos9 \ --registry 38.102.83.38:5001 \ --exclude tempest-extras \ --config-file /home/zuul/containers.yaml \ --work-dir /home/zuul/ci-framework-data/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-data/artifacts/repositories \ --tag watcher_latest \ --base quay.io/centos/centos:stream9 \ --prefix openstack