Update Hound image to python3.12
This is a followup to the parent change to continue to convert images over to python3.12 from python3.11. Change-Id: I44e7828728e86becbab41fc68b64a9ccb7a916a1
This commit is contained in:
parent
81d897997d
commit
9a8b464c5a
@ -28,7 +28,7 @@ RUN git clone https://github.com/hound-search/hound \
|
||||
&& cd hound \
|
||||
&& make
|
||||
|
||||
FROM docker.io/opendevorg/python-base:3.11-bookworm
|
||||
FROM docker.io/opendevorg/python-base:3.12-bookworm
|
||||
|
||||
COPY --from=builder /tmp/hound/.build/bin/hound /usr/local/bin
|
||||
COPY --from=builder /tmp/hound/.build/bin/houndd /usr/local/bin
|
||||
|
@ -2,7 +2,7 @@
|
||||
- job:
|
||||
name: system-config-build-image-hound
|
||||
description: Build a hound image.
|
||||
requires: python-base-3.11-bookworm-container-image
|
||||
requires: python-base-3.12-bookworm-container-image
|
||||
provides: hound-container-image
|
||||
parent: system-config-build-image
|
||||
vars: &hound_vars
|
||||
@ -15,7 +15,7 @@
|
||||
- job:
|
||||
name: system-config-upload-image-hound
|
||||
description: Build and upload a hound image.
|
||||
requires: python-base-3.11-bookworm-container-image
|
||||
requires: python-base-3.12-bookworm-container-image
|
||||
provides: hound-container-image
|
||||
parent: system-config-upload-image
|
||||
vars: *hound_vars
|
||||
|
@ -112,7 +112,7 @@
|
||||
- system-config-build-image-hound:
|
||||
dependencies:
|
||||
- name: opendev-buildset-registry
|
||||
- name: system-config-build-image-python-base-3.11-bookworm
|
||||
- name: system-config-build-image-python-base-3.12-bookworm
|
||||
soft: true
|
||||
- system-config-build-image-etherpad
|
||||
- system-config-build-image-mailman
|
||||
@ -260,7 +260,7 @@
|
||||
- system-config-upload-image-hound:
|
||||
dependencies:
|
||||
- name: opendev-buildset-registry
|
||||
- name: system-config-build-image-python-base-3.11-bookworm
|
||||
- name: system-config-build-image-python-base-3.12-bookworm
|
||||
soft: true
|
||||
- system-config-upload-image-assets
|
||||
- system-config-upload-image-etherpad
|
||||
|
Loading…
x
Reference in New Issue
Block a user