Revert "Pull OpenDev images from quay.io"

This reverts commit af7d1154ff.

OpenDev is moving back to docker.io in order to have speculative testing
of container images.

Depends-On: https://review.opendev.org/c/opendev/system-config/+/884256
Change-Id: I5edd0545f412bde5dc89e054cd37607defcd1569
This commit is contained in:
Clark Boylan 2023-05-24 11:15:34 -07:00
parent af7d1154ff
commit 2db3a3b49f

View File

@ -1,9 +1,9 @@
FROM quay.io/opendevorg/python-builder as builder FROM docker.io/opendevorg/python-builder as builder
COPY . /tmp/src COPY . /tmp/src
RUN assemble RUN assemble
FROM quay.io/opendevorg/uwsgi-base as zuul-storage-proxy FROM docker.io/opendevorg/uwsgi-base as zuul-storage-proxy
COPY --from=builder /output/ /output COPY --from=builder /output/ /output
RUN /output/install-from-bindep \ RUN /output/install-from-bindep \