Pull OpenDev images from quay.io
OpenDev is moving images to quay.io. This change updates zuul-storage-proxy's use of those images to match. The depends on will ensure we don't merge this before the move has occurred. Depends-On: https://review.opendev.org/c/opendev/system-config/+/881932 Change-Id: Ic25d8d95f79a0172178b9ba09da6c3ad3f8d4018
This commit is contained in:
parent
5f349f83c4
commit
af7d1154ff
@ -1,9 +1,9 @@
|
|||||||
FROM docker.io/opendevorg/python-builder as builder
|
FROM quay.io/opendevorg/python-builder as builder
|
||||||
|
|
||||||
COPY . /tmp/src
|
COPY . /tmp/src
|
||||||
RUN assemble
|
RUN assemble
|
||||||
|
|
||||||
FROM docker.io/opendevorg/uwsgi-base as zuul-storage-proxy
|
FROM quay.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