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:
Srishti Jaiswal
2026-05-11 13:27:50 +05:30
committed by GitHub
parent 6bb1e2f290
commit da6b8e8b81
5 changed files with 164 additions and 9 deletions

View File

@@ -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