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