Files
system-config/zuul.d/docker-images/zookeeper-statsd.yaml
Clark Boylan d3a7e8cd60 Reapply "Migrate statsd sidecar container images to quay.io"
This reverts commit d24f648db8.

This is a partial revert that only moves the image publication location
to quay. A followup change will update the image consumption location.
We split them up to avoid problems if image promotion does not succeed.

We're able to make this change because both the zuul and gitea load
balancers as well as teh zookeeper cluster are running on Noble with
podman now. This means we don't lose speculative testing of container
image updates when the images are hosted on quay.

Change-Id: Id14e56d2e5a1b0045fea79fe8ae27f8967b9a4c7
2025-08-07 12:35:50 -07:00

34 lines
1.3 KiB
YAML

# zookeeper-statsd jobs
- job:
name: system-config-build-image-zookeeper-statsd
description: Build a zookeeper-statsd image.
parent: system-config-build-container-image
requires: python-base-3.12-bookworm-container-image
vars: &zookeeper-statsd_vars
promote_container_image_job: system-config-upload-image-zookeeper-statsd
container_images:
- context: docker/zookeeper-statsd
registry: quay.io
repository: quay.io/opendevorg/zookeeper-statsd
namespace: opendevorg
repo_shortname: zookeeper-statsd
repo_description: Tool to report ZooKeeper stats to statsd
files: &zookeeper-statsd_files
- docker/zookeeper-statsd/
- docker/python-base/
- job:
name: system-config-upload-image-zookeeper-statsd
description: Build and upload a zookeeper-statsd image.
parent: system-config-upload-container-image
requires: python-base-3.12-bookworm-container-image
vars: *zookeeper-statsd_vars
files: *zookeeper-statsd_files
- job:
name: system-config-promote-image-zookeeper-statsd
description: Promote a previously published zookeeper-statsd image to latest.
parent: system-config-promote-container-image
vars: *zookeeper-statsd_vars
files: *zookeeper-statsd_files