system-config/zuul.d/docker-images/haproxy-statsd.yaml
2023-03-29 13:35:19 +02:00

21 lines
655 B
YAML

# haproxy-statsd jobs
- job:
name: system-config-build-image-haproxy-statsd
description: Build a haproxy-statsd image.
parent: system-config-build-image
vars: &haproxy-statsd_vars
container_images:
- context: docker/haproxy-statsd
registry: quay.io
repository: opentelekomcloud/haproxy-statsd
tags: ['latest']
files: &haproxy-statsd_files
- docker/haproxy-statsd/
- job:
name: system-config-upload-image-haproxy-statsd
description: Build and upload a haproxy-statsd image.
parent: system-config-upload-image
vars: *haproxy-statsd_vars
files: *haproxy-statsd_files