
Use skopeo to copy images between registries instead of docker/podman as this allows to copy layers and manifests of different architectures. The same would require far more steps with docker/podman. Change-Id: I1e6cda57d1eb827cc95eee54b19e9fd952cbf99e
6 lines
140 B
YAML
6 lines
140 B
YAML
- name: Copy images
|
|
with_items: "{{ mirror_container_images_images }}"
|
|
include_tasks: inner.yaml
|
|
loop_control:
|
|
loop_var: zj_image
|