Pull base images from opendevorg rather than opendevmirror

The depends-on moves publication of these images to quay.io. That means
we no longer need to rely on the opendevmirror location for these images
once the depends-on lands. Instead we can fetch directly from the source
and continue to avoid docker hub. Do so.

Depends-On: https://review.opendev.org/c/opendev/system-config/+/957277/
Change-Id: I836412a4836522e2be421d1e32dad3b5773c6173
This commit is contained in:
Clark Boylan
2025-08-26 15:25:03 -07:00
parent 9a1c304549
commit 0efca12735
2 changed files with 3 additions and 3 deletions

View File

@@ -29,7 +29,7 @@
zuul_work_dir: src/opendev.org/opendev/lodgeit
promote_container_image_method: intermediate-registry
promote_container_image_job: lodgeit-upload-opendev-image
container_command: podman
container_command: docker
container_images:
- context: .
registry: quay.io

View File

@@ -15,11 +15,11 @@
# Thu Dec 9 23:48:42 UTC 2021 Rebuild Timestamp
FROM quay.io/opendevmirror/python-builder:3.12-bookworm as builder
FROM quay.io/opendevorg/python-builder:3.12-bookworm as builder
COPY . /tmp/src
RUN assemble
FROM quay.io/opendevmirror/uwsgi-base:3.12-bookworm as lodgeit
FROM quay.io/opendevorg/uwsgi-base:3.12-bookworm as lodgeit
COPY --from=builder /output/ /output
RUN /output/install-from-bindep