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 \
|
&& cd hound \
|
||||||
&& make
|
&& 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/hound /usr/local/bin
|
||||||
COPY --from=builder /tmp/hound/.build/bin/houndd /usr/local/bin
|
COPY --from=builder /tmp/hound/.build/bin/houndd /usr/local/bin
|
||||||
|
@ -2,7 +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.11-bookworm-container-image
|
requires: python-base-3.12-bookworm-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
|
||||||
@ -15,7 +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.11-bookworm-container-image
|
requires: python-base-3.12-bookworm-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
|
||||||
|
@ -112,7 +112,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.11-bookworm
|
- name: system-config-build-image-python-base-3.12-bookworm
|
||||||
soft: true
|
soft: true
|
||||||
- system-config-build-image-etherpad
|
- system-config-build-image-etherpad
|
||||||
- system-config-build-image-mailman
|
- system-config-build-image-mailman
|
||||||
@ -260,7 +260,7 @@
|
|||||||
- system-config-upload-image-hound:
|
- system-config-upload-image-hound:
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: opendev-buildset-registry
|
- 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
|
soft: true
|
||||||
- system-config-upload-image-assets
|
- system-config-upload-image-assets
|
||||||
- system-config-upload-image-etherpad
|
- system-config-upload-image-etherpad
|
||||||
|
Loading…
x
Reference in New Issue
Block a user