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
34 lines
1.3 KiB
YAML
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.9-bullseye-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.9-bullseye-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
|