From fc0521b9597c365d29059fc3ee93289bc4417530 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Fri, 5 May 2023 11:41:35 -0700 Subject: [PATCH] Pull OpenDev images from quay.io OpenDev is moving images to quay.io. This change updates nodepools'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: Ia879bf22f68a26358a4e28aec6ee4f1c82dbc586 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a882d4c84..790b4642c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,14 +13,14 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM docker.io/opendevorg/python-builder:3.11-bullseye as builder +FROM quay.io/opendevorg/python-builder:3.11-bullseye as builder # ============================================================================ ARG ZUUL_SIBLINGS="" COPY . /tmp/src RUN assemble -FROM docker.io/opendevorg/python-base:3.11-bullseye as nodepool-base +FROM quay.io/opendevorg/python-base:3.11-bullseye as nodepool-base # ============================================================================ COPY --from=builder /output/ /output