Update the hound image to bullseye

Just some spring cleaning now that bullseye has released.

Change-Id: I1202400932860a04841d376b9f10beb89acc175c
This commit is contained in:
Clark Boylan 2021-12-09 14:54:54 -08:00
parent 0645a481d0
commit 8530ed39a1
3 changed files with 4 additions and 2 deletions

View File

@ -12,7 +12,7 @@
# implied. # implied.
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
FROM docker.io/opendevorg/python-base:3.8 FROM docker.io/opendevorg/python-base:3.9-bullseye
ENV GOPATH /go ENV GOPATH /go

View File

@ -2,6 +2,7 @@
- job: - job:
name: system-config-build-image-hound name: system-config-build-image-hound
description: Build a hound image. description: Build a hound image.
requires: python-base-3.9-bullseye-container-image
provides: hound-container-image provides: hound-container-image
parent: system-config-build-image parent: system-config-build-image
vars: &hound_vars vars: &hound_vars
@ -14,6 +15,7 @@
- job: - job:
name: system-config-upload-image-hound name: system-config-upload-image-hound
description: Build and upload a hound image. description: Build and upload a hound image.
requires: python-base-3.9-bullseye-container-image
provides: hound-container-image provides: hound-container-image
parent: system-config-upload-image parent: system-config-upload-image
vars: *hound_vars vars: *hound_vars

View File

@ -111,7 +111,7 @@
- system-config-build-image-hound: - system-config-build-image-hound:
dependencies: dependencies:
- name: opendev-buildset-registry - 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 soft: true
- system-config-build-image-etherpad - system-config-build-image-etherpad
- system-config-build-image-gitea: - system-config-build-image-gitea: