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:
parent
af7d1154ff
commit
2db3a3b49f
@ -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 \
|
||||||
|
Loading…
Reference in New Issue
Block a user