code-examples/2024/07/k8s_scratch_demo1/image/box.json

19 lines
384 B
JSON

{
"provisioners": [
{
"type": "shell",
"execute_command": "echo 'vagrant' | {{.Vars}} sudo -S -E bash '{{.Path}}'",
"script": "scripts/setup.sh"
}
],
"builders": [
{
"communicator": "ssh",
"source_path": "debian/bullseye64",
"provider": "virtualbox",
"add_force": true,
"type": "vagrant"
}
]
}