The parent change moves the publication of these images to quay.io. Build the haproxy and zookeeper statsd sidecar images with the images hosted on quay.io to match. We switch to building with docker now that docker is capable of building with speculative images in single arch builds. Change-Id: I8f444c01cd46099df93250994286aab0633b856d
35 lines
1.3 KiB
YAML
35 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_command: docker
|
|
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
|