Stop mirroring python base images to quay.io/opendevmirror
We recently moved the canonical location for these python base images from docker.io to quay.io/opendevorg. Now that these images are at home on quay.io we do not need to mirror them from docker hub to quay. This change removes that mirror configuration. Change-Id: Ia845660aeae74aa623cf4f89631175cef8deb2a9
This commit is contained in:
@@ -217,77 +217,6 @@
|
|||||||
dest_tag: 23-bookworm
|
dest_tag: 23-bookworm
|
||||||
dest_registry: quay.io
|
dest_registry: quay.io
|
||||||
|
|
||||||
# TODO: move the canonical location of this image to quay
|
|
||||||
- job:
|
|
||||||
name: opendev-mirror-container-image-python-base
|
|
||||||
parent: system-config-mirror-container-images
|
|
||||||
vars:
|
|
||||||
container_images:
|
|
||||||
- registry: quay.io
|
|
||||||
namespace: opendevmirror
|
|
||||||
repo_shortname: python-base
|
|
||||||
repo_description: Python-base mirror
|
|
||||||
mirror_container_images_images:
|
|
||||||
- src_repository: docker.io/opendevorg/python-base
|
|
||||||
src_tag: 3.11-bookworm
|
|
||||||
dest_repository: quay.io/opendevmirror/python-base
|
|
||||||
dest_tag: 3.11-bookworm
|
|
||||||
dest_registry: quay.io
|
|
||||||
- src_repository: docker.io/opendevorg/python-base
|
|
||||||
src_tag: 3.11-bookworm-debug
|
|
||||||
dest_repository: quay.io/opendevmirror/python-base
|
|
||||||
dest_tag: 3.11-bookworm-debug
|
|
||||||
dest_registry: quay.io
|
|
||||||
- src_repository: docker.io/opendevorg/python-base
|
|
||||||
src_tag: 3.12-bookworm
|
|
||||||
dest_repository: quay.io/opendevmirror/python-base
|
|
||||||
dest_tag: 3.12-bookworm
|
|
||||||
dest_registry: quay.io
|
|
||||||
|
|
||||||
# TODO: move the canonical location of this image to quay
|
|
||||||
- job:
|
|
||||||
name: opendev-mirror-container-image-python-builder
|
|
||||||
parent: system-config-mirror-container-images
|
|
||||||
vars:
|
|
||||||
container_images:
|
|
||||||
- registry: quay.io
|
|
||||||
namespace: opendevmirror
|
|
||||||
repo_shortname: python-builder
|
|
||||||
repo_description: Python-builder mirror
|
|
||||||
mirror_container_images_images:
|
|
||||||
- src_repository: docker.io/opendevorg/python-builder
|
|
||||||
src_tag: 3.11-bookworm
|
|
||||||
dest_repository: quay.io/opendevmirror/python-builder
|
|
||||||
dest_tag: 3.11-bookworm
|
|
||||||
dest_registry: quay.io
|
|
||||||
- src_repository: docker.io/opendevorg/python-builder
|
|
||||||
src_tag: 3.12-bookworm
|
|
||||||
dest_repository: quay.io/opendevmirror/python-builder
|
|
||||||
dest_tag: 3.12-bookworm
|
|
||||||
dest_registry: quay.io
|
|
||||||
|
|
||||||
# TODO: move the canonical location of this image to quay
|
|
||||||
- job:
|
|
||||||
name: opendev-mirror-container-image-uwsgi-base
|
|
||||||
parent: system-config-mirror-container-images
|
|
||||||
vars:
|
|
||||||
container_images:
|
|
||||||
- registry: quay.io
|
|
||||||
namespace: opendevmirror
|
|
||||||
repo_shortname: uwsgi-base
|
|
||||||
repo_description: Uwsgi-base mirror
|
|
||||||
mirror_container_images_images:
|
|
||||||
- src_repository: docker.io/opendevorg/uwsgi-base
|
|
||||||
src_tag: 3.11-bookworm
|
|
||||||
dest_repository: quay.io/opendevmirror/uwsgi-base
|
|
||||||
dest_tag: 3.11-bookworm
|
|
||||||
dest_registry: quay.io
|
|
||||||
- src_repository: docker.io/opendevorg/uwsgi-base
|
|
||||||
src_tag: 3.12-bookworm
|
|
||||||
dest_repository: quay.io/opendevmirror/uwsgi-base
|
|
||||||
dest_tag: 3.12-bookworm
|
|
||||||
dest_registry: quay.io
|
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: opendev-mirror-container-image-registry
|
name: opendev-mirror-container-image-registry
|
||||||
parent: system-config-mirror-container-images
|
parent: system-config-mirror-container-images
|
||||||
|
@@ -629,9 +629,6 @@
|
|||||||
- opendev-mirror-container-image-multiarch-qemu-user-static
|
- opendev-mirror-container-image-multiarch-qemu-user-static
|
||||||
- opendev-mirror-container-image-node
|
- opendev-mirror-container-image-node
|
||||||
- opendev-mirror-container-image-python
|
- opendev-mirror-container-image-python
|
||||||
- opendev-mirror-container-image-python-base
|
|
||||||
- opendev-mirror-container-image-python-builder
|
|
||||||
- opendev-mirror-container-image-uwsgi-base
|
|
||||||
- opendev-mirror-container-image-registry
|
- opendev-mirror-container-image-registry
|
||||||
- opendev-mirror-container-image-selenium
|
- opendev-mirror-container-image-selenium
|
||||||
- opendev-mirror-container-image-ubuntu
|
- opendev-mirror-container-image-ubuntu
|
||||||
|
Reference in New Issue
Block a user