From 8530ed39a14007e98b1436fc7a484306e65f77ff Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Thu, 9 Dec 2021 14:54:54 -0800 Subject: [PATCH] Update the hound image to bullseye Just some spring cleaning now that bullseye has released. Change-Id: I1202400932860a04841d376b9f10beb89acc175c --- docker/hound/Dockerfile | 2 +- zuul.d/docker-images/hound.yaml | 2 ++ zuul.d/project.yaml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docker/hound/Dockerfile b/docker/hound/Dockerfile index 76c2fb48a7..376f76f4fb 100644 --- a/docker/hound/Dockerfile +++ b/docker/hound/Dockerfile @@ -12,7 +12,7 @@ # implied. # See the License for the specific language governing permissions and # limitations under the License. -FROM docker.io/opendevorg/python-base:3.8 +FROM docker.io/opendevorg/python-base:3.9-bullseye ENV GOPATH /go diff --git a/zuul.d/docker-images/hound.yaml b/zuul.d/docker-images/hound.yaml index aa6d390d91..e353ae4c90 100644 --- a/zuul.d/docker-images/hound.yaml +++ b/zuul.d/docker-images/hound.yaml @@ -2,6 +2,7 @@ - job: name: system-config-build-image-hound description: Build a hound image. + requires: python-base-3.9-bullseye-container-image provides: hound-container-image parent: system-config-build-image vars: &hound_vars @@ -14,6 +15,7 @@ - job: name: system-config-upload-image-hound description: Build and upload a hound image. + requires: python-base-3.9-bullseye-container-image provides: hound-container-image parent: system-config-upload-image vars: *hound_vars diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index 0894e181f4..edf7152040 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -111,7 +111,7 @@ - system-config-build-image-hound: dependencies: - name: opendev-buildset-registry - - name: system-config-build-image-python-base-3.8 + - name: system-config-build-image-python-base-3.9-bullseye soft: true - system-config-build-image-etherpad - system-config-build-image-gitea: