From 3c5f3fb18c449264618f576bc6cc75961d854c42 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Tue, 26 Aug 2025 15:09:19 -0700 Subject: [PATCH] Pull hound's base python image from quay The parent change moves python base image publishing to quay. Pull the base image from there when building the hound image. We switch to building with docker now that docker is capable of building with speculative images in single arch builds. Change-Id: If480e82df346219fd74596d012bac18750614080 --- docker/hound/Dockerfile | 2 +- zuul.d/docker-images/hound.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/hound/Dockerfile b/docker/hound/Dockerfile index 5e5fedd227..657054e9c0 100644 --- a/docker/hound/Dockerfile +++ b/docker/hound/Dockerfile @@ -30,7 +30,7 @@ RUN git clone https://github.com/hound-search/hound \ && cd hound \ && make -FROM docker.io/opendevorg/python-base:3.12-bookworm +FROM quay.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 diff --git a/zuul.d/docker-images/hound.yaml b/zuul.d/docker-images/hound.yaml index 426250d17f..9b0501a8ef 100644 --- a/zuul.d/docker-images/hound.yaml +++ b/zuul.d/docker-images/hound.yaml @@ -7,6 +7,7 @@ parent: system-config-build-container-image vars: &hound_vars promote_container_image_job: system-config-upload-image-hound + container_command: docker container_images: - context: docker/hound registry: quay.io