From f2afeebca4cf3d3040329c0711ad63fc668daddf Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Thu, 11 Sep 2025 12:24:28 -0700 Subject: [PATCH] Mirror golang and node trixie container images Zuul is relying on golang and node container images that we mirror from docker hub to quay.io/opendevmirror. We're starting to look at updating Zuul's container image builds to trixie so we need to mirror trixie versions of these images. Note that we don't mirror the same version of golang because upstream only publishes a 1.24-trixie and 1.25-trixie container so we go with the latest (1.25-trixie). Change-Id: I37f33687fbc8046b226b43161240891512f8b115 --- zuul.d/docker-mirror.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/zuul.d/docker-mirror.yaml b/zuul.d/docker-mirror.yaml index 4a90fb66bd..8fbedb885c 100644 --- a/zuul.d/docker-mirror.yaml +++ b/zuul.d/docker-mirror.yaml @@ -105,6 +105,11 @@ dest_repository: quay.io/opendevmirror/golang dest_tag: 1.22-bookworm dest_registry: quay.io + - src_repository: docker.io/library/golang + src_tag: 1.25-trixie + dest_repository: quay.io/opendevmirror/golang + dest_tag: 1.25-trixie + dest_registry: quay.io - job: name: opendev-mirror-container-image-httpd @@ -216,6 +221,11 @@ dest_repository: quay.io/opendevmirror/node dest_tag: 23-bookworm dest_registry: quay.io + - src_repository: docker.io/library/node + src_tag: 22-trixie + dest_repository: quay.io/opendevmirror/node + dest_tag: 22-trixie + dest_registry: quay.io # TODO: move the canonical location of this image to quay - job: