mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-06-08 08:26:14 -02:30
image-builder: run validation with Dind (#13212)
* 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
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
- name: Build kubevirt images
|
||||
hosts: image-builder
|
||||
hosts: "{{ kubevirt_images_target_host | default('image-builder') }}"
|
||||
gather_facts: false
|
||||
roles:
|
||||
- kubevirt-images
|
||||
|
||||
Reference in New Issue
Block a user