
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
4 lines
42 B
YAML
4 lines
42 B
YAML
- hosts: all
|
|
roles:
|
|
- ensure-skopeo
|