From fd0aba7445089d794ae488fca229410d26823f0a Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Thu, 4 Nov 2021 15:51:28 -0700 Subject: [PATCH] Update haproxy-statsd to bullseye and python3.9 We should generally try to keep these things up to date so do it now. Change-Id: I59c21959094a87eb5a1e6f80e0a72be47370c072 --- docker/haproxy-statsd/Dockerfile | 2 +- zuul.d/docker-images/haproxy.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docker/haproxy-statsd/Dockerfile b/docker/haproxy-statsd/Dockerfile index b0c5c891f2..939933847b 100644 --- a/docker/haproxy-statsd/Dockerfile +++ b/docker/haproxy-statsd/Dockerfile @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM docker.io/opendevorg/python-base:3.7 +FROM docker.io/opendevorg/python-base:3.9-bullseye COPY haproxy-statsd.py /usr/local/bin RUN pip install statsd diff --git a/zuul.d/docker-images/haproxy.yaml b/zuul.d/docker-images/haproxy.yaml index aa5b28bbc5..31ee6cc206 100644 --- a/zuul.d/docker-images/haproxy.yaml +++ b/zuul.d/docker-images/haproxy.yaml @@ -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.7-buster-container-image + requires: python-base-3.9-bullseye-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.7-buster-container-image + requires: python-base-3.9-bullseye-container-image provides: haproxy-statsd-container-image vars: *haproxy-statsd_vars files: *haproxy-statsd_files