Hello Mohammed, On Wed, Jun 15, 2022 at 1:47 AM Martin Kopec <mkopec at redhat.com> wrote: > > Hi Mohammed, > > we are glad to hear that python-tempestconf is useful. > We don't mind having python-tempestconf included in Docker images, although what exactly would we need to do? I'm afraid we can't commit to regular maintenance of the images. > The TripleO CI team publishes the tempest container on Quay for each release. 1. https://quay.io/repository/tripleomastercentos9/openstack-tempest It already contains python-tempestconf utility within the container. Here is the source for the same: https://opendev.org/openstack/tripleo-common/src/branch/master/container-images/tcib/base/os/tempest The above source is consumed by tripleo container image build utility, provided by python-tripleoclient to generate the dockerfile. Here is the dockerfile from one of the job: https://logserver.rdoproject.org/openstack-periodic-integration-main/opendev.org/openstack/tripleo-ci/master/periodic-tripleo-ci-build-containers-centos-9-quay-push-master/ca7c761/logs/container-builds/a5802d5c-b997-4de0-ac68-654e0f9b4095/base/os/tempest/Dockerfile and other build artifacts: https://logserver.rdoproject.org/openstack-periodic-integration-main/opendev.org/openstack/tripleo-ci/master/periodic-tripleo-ci-build-containers-centos-9-quay-push-master/ca7c761/logs/container-builds/a5802d5c-b997-4de0-ac68-654e0f9b4095/base/os/tempest/ Let me know if it helps. Thanks, Chandan Kumar