# Haproxy-statsd jobs - job: name: system-config-build-image-haproxy-statsd description: Build a haproxy-statsd image. parent: system-config-build-container-image requires: python-base-3.11-bullseye-container-image provides: haproxy-statsd-container-image vars: &haproxy-statsd_vars promote_container_image_job: system-config-upload-image-haproxy-statsd container_images: - context: docker/haproxy-statsd registry: quay.io repository: quay.io/opendevorg/haproxy-statsd namespace: opendevorg repo_shortname: haproxy-statsd repo_description: Tool to report HaProxy stats to statsd # Duplicate in the run-gitea job files: &haproxy-statsd_files - docker/haproxy-statsd/ - docker/python-base/ - job: name: system-config-upload-image-haproxy-statsd description: Build and upload a haproxy-statsd image. parent: system-config-upload-container-image requires: python-base-3.11-bullseye-container-image provides: haproxy-statsd-container-image vars: *haproxy-statsd_vars files: *haproxy-statsd_files - job: name: system-config-promote-image-haproxy-statsd description: Promote a previously published haproxy-statsd image to latest. parent: system-config-promote-container-image vars: *haproxy-statsd_vars files: *haproxy-statsd_files