mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-17 22:37:45 -02:30
* image-builder: run validation locally with BuildKit * upadte checksum * set BuildKit no-process-sandbox flag for CI * run BuildKit with rootless-safe daemon flags in CI * update * updating root logic * fix ci failure for can't enable NoProcessSandbox * switch to stable url * add --oci-worker-no-process-sandbox ci flag in root path * add more support * add validate-docker and validate-single docker
7 lines
159 B
YAML
7 lines
159 B
YAML
---
|
|
- name: Build kubevirt images
|
|
hosts: "{{ kubevirt_images_target_host | default('image-builder') }}"
|
|
gather_facts: false
|
|
roles:
|
|
- kubevirt-images
|