Update zookeeper-statsd image to bookworm

And upgrade to Python 3.11.

Change-Id: I863aabd21e0518879604b187509aa9b46b15bace
This commit is contained in:
James E. Blair 2023-08-24 10:46:54 -07:00
parent 1b64bb2e31
commit d39162a79a
2 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@
# Wed May 24 18:38:17 UTC 2023 - trigger rebuild
FROM docker.io/opendevorg/python-base:3.9-bullseye
FROM docker.io/opendevorg/python-base:3.11-bookworm
COPY zookeeper-statsd.py /usr/local/bin
RUN pip install statsd

View File

@ -3,7 +3,7 @@
name: system-config-build-image-zookeeper-statsd
description: Build a zookeeper-statsd image.
parent: system-config-build-image
requires: python-base-3.9-bullseye-container-image
requires: python-base-3.11-bookworm-container-image
vars: &zookeeper-statsd_vars
docker_images:
- context: docker/zookeeper-statsd
@ -16,7 +16,7 @@
name: system-config-upload-image-zookeeper-statsd
description: Build and upload a zookeeper-statsd image.
parent: system-config-upload-image
requires: python-base-3.9-bullseye-container-image
requires: python-base-3.11-bookworm-container-image
vars: *zookeeper-statsd_vars
files: *zookeeper-statsd_files