4a762a6a8a
The migration of the zookeeper-statsd image itself already happened as it was our test case. That said I found a small typo that needs fixing (and will clean up the extra image that was created later). We also update zookeeper-statsd to pull the base python image from quay.io The real fun happens with haproxy-statsd. We update the image to pull the python base image from quay.io and set it up to publish to quay.io itself. Change-Id: Ie0c119ac309837baef850236f7d5ba6b9da97ce0
37 lines
1.4 KiB
YAML
37 lines
1.4 KiB
YAML
# 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
|