Mirror python2.7 images to quay

Zuul has some test jobs that don't run on all changes, but when
they do, they build an ephemeral container image for python2.7,
since that is one of the few reasonable ways to test that as an
ansible remote host target.

Add a mirror of that image to avoid dockerhub errors.

Change-Id: I3e9e1cce26999263429b6cc6c6dc674bd48d15b9
This commit is contained in:
James E. Blair
2025-07-28 15:45:52 -07:00
parent 2042e24a80
commit 5f5b59b301

View File

@@ -377,3 +377,19 @@
dest_repository: quay.io/opendevmirror/jaegertracing-all-in-one
dest_tag: 1.58.1
dest_registry: quay.io
- job:
name: opendev-mirror-container-image-python
parent: system-config-mirror-container-images
vars:
container_images:
- registry: quay.io
namespace: opendevmirror
repo_shortname: python
repo_description: Python mirror
mirror_container_images_images:
- src_repository: docker.io/library/python
src_tag: 2.7.18-buster
dest_repository: quay.io/opendevmirror/python
dest_tag: 2.7.18-buster
dest_registry: quay.io