Mirror haproxy container image to opendevmirror on quay.io
This adds a new daily job to mirror haproxy to our quay.io hosted opendevmirror set of images. We'll be able to use this to update the location we pull haproxy from for zuul and gitea once the image is mirrored. Change-Id: Iba17aacdfbfede00ac09aea7c57325a09c7da9f2
This commit is contained in:
parent
e992e5a747
commit
66aea07548
@ -87,6 +87,22 @@
|
||||
dest_tag: alpine
|
||||
dest_registry: quay.io
|
||||
|
||||
- job:
|
||||
name: opendev-mirror-container-image-haproxy
|
||||
parent: system-config-mirror-container-images
|
||||
vars:
|
||||
container_images:
|
||||
- registry: quay.io
|
||||
namespace: opendevmirror
|
||||
repo_shortname: haproxy
|
||||
repo_description: Haproxy mirror
|
||||
mirror_container_images_images:
|
||||
- src_repository: docker.io/library/haproxy
|
||||
src_tag: lts
|
||||
dest_repository: quay.io/opendevmirror/haproxy
|
||||
dest_tag: lts
|
||||
dest_registry: quay.io
|
||||
|
||||
- job:
|
||||
name: opendev-mirror-container-image-mariadb
|
||||
parent: system-config-mirror-container-images
|
||||
|
@ -606,6 +606,7 @@
|
||||
- opendev-mirror-container-image-gerrit
|
||||
- opendev-mirror-container-image-golang
|
||||
- opendev-mirror-container-image-httpd
|
||||
- opendev-mirror-container-image-haproxy
|
||||
- opendev-mirror-container-image-jaegertracing
|
||||
- opendev-mirror-container-image-mariadb
|
||||
- opendev-mirror-container-image-node
|
||||
|
Loading…
x
Reference in New Issue
Block a user