mirror of
https://github.com/kubesphere/kubekey.git
synced 2025-12-25 17:12:50 +00:00
feat: add export copy func feat: add export copy func Signed-off-by: xuesongzuo@yunify.com <xuesongzuo@yunify.com>
13 lines
336 B
YAML
13 lines
336 B
YAML
- name: Image | Ensure container images is available
|
|
image:
|
|
copy:
|
|
from:
|
|
path: >-
|
|
{{ .binary_dir }}/images/
|
|
manifests: "{{ .image_manifests | toJson }}"
|
|
to:
|
|
path: >-
|
|
{{ .artifact_file_dir }}/kubekey/kubekey/images/
|
|
when:
|
|
- .image_manifests | default list | empty | not
|