
* Some users might want to override this in an environment where the builder images are managed * This adds the same configuration to the `docker-` and `container-` jobs and roles. Converting between them should follow the same pattern as with the other job/role vars. Change-Id: I72fd59c36452e4520d077b645fb7627ba6a5443c
7 lines
253 B
YAML
7 lines
253 B
YAML
zuul_work_dir: "{{ zuul.project.src_dir }}"
|
|
docker_dockerfile: "Dockerfile"
|
|
docker_registry: ''
|
|
docker_use_buildkit: false
|
|
# synced with roles/build-container-image/defaults/main.yaml
|
|
docker_builder_image: quay.io/opendevmirror/buildkit:buildx-stable-1
|