Mirror our python3.12 base images to quay
As we start to rollout python3.12 container images I've discovered that we aren't mirroring python3.12 tags for the base python container images to quay. This is currently impeding lodgeit container image updates, but may affect others as python3.12 becomes more common. Let's mirror these tags and solve the problem. Change-Id: Ic9283f806ef85168368572ced38861bec4764019
This commit is contained in:
parent
ed460e1aca
commit
643a10226f
@ -214,6 +214,11 @@
|
||||
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:
|
||||
@ -231,6 +236,11 @@
|
||||
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:
|
||||
@ -248,6 +258,11 @@
|
||||
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:
|
||||
name: opendev-mirror-container-image-registry
|
||||
|
Loading…
x
Reference in New Issue
Block a user