Convert haproxy-statsd to bookworm base image
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
This commit is contained in:
parent
a6ab3543fc
commit
2888408833
@ -15,7 +15,7 @@
|
||||
|
||||
# Wed May 24 18:38:17 UTC 2023 - trigger rebuild
|
||||
|
||||
FROM docker.io/opendevorg/python-base:3.11-bullseye
|
||||
FROM docker.io/opendevorg/python-base:3.11-bookworm
|
||||
|
||||
COPY haproxy-statsd.py /usr/local/bin
|
||||
RUN pip install statsd
|
||||
|
@ -3,7 +3,7 @@
|
||||
name: system-config-build-image-haproxy-statsd
|
||||
description: Build a haproxy-statsd image.
|
||||
parent: system-config-build-image
|
||||
requires: python-base-3.11-bullseye-container-image
|
||||
requires: python-base-3.11-bookworm-container-image
|
||||
provides: haproxy-statsd-container-image
|
||||
vars: &haproxy-statsd_vars
|
||||
docker_images:
|
||||
@ -18,7 +18,7 @@
|
||||
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-bullseye-container-image
|
||||
requires: python-base-3.11-bookworm-container-image
|
||||
provides: haproxy-statsd-container-image
|
||||
vars: *haproxy-statsd_vars
|
||||
files: *haproxy-statsd_files
|
||||
|
@ -127,7 +127,7 @@
|
||||
- system-config-build-image-haproxy-statsd:
|
||||
dependencies:
|
||||
- name: opendev-buildset-registry
|
||||
- name: system-config-build-image-python-base-3.11-bullseye
|
||||
- name: system-config-build-image-python-base-3.11-bookworm
|
||||
soft: true
|
||||
- system-config-build-image-zookeeper-statsd:
|
||||
dependencies:
|
||||
@ -286,7 +286,7 @@
|
||||
- system-config-upload-image-haproxy-statsd:
|
||||
dependencies:
|
||||
- name: opendev-buildset-registry
|
||||
- name: system-config-upload-image-python-base-3.11-bullseye
|
||||
- name: system-config-upload-image-python-base-3.11-bookworm
|
||||
soft: true
|
||||
- system-config-upload-image-zookeeper-statsd:
|
||||
dependencies:
|
||||
|
Loading…
Reference in New Issue
Block a user