Merge "Update Hound image to python3.12"

This commit is contained in:
Zuul 2025-03-13 22:39:33 +00:00 committed by Gerrit Code Review
commit ed460e1aca
3 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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