2888408833
We keep the same python 3.11 version we had on bullseye but switch the rest of the userspace to bookworm. Since the python version doesn't change this should have minimal impact. Change-Id: I59ad8c2a92159f51d567dd0212e2ab8bec1b45b1
32 lines
1.1 KiB
YAML
32 lines
1.1 KiB
YAML
# Haproxy-statsd jobs
|
|
- job:
|
|
name: system-config-build-image-haproxy-statsd
|
|
description: Build a haproxy-statsd image.
|
|
parent: system-config-build-image
|
|
requires: python-base-3.11-bookworm-container-image
|
|
provides: haproxy-statsd-container-image
|
|
vars: &haproxy-statsd_vars
|
|
docker_images:
|
|
- context: docker/haproxy-statsd
|
|
repository: opendevorg/haproxy-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-image
|
|
requires: python-base-3.11-bookworm-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-image
|
|
vars: *haproxy-statsd_vars
|
|
files: *haproxy-statsd_files
|