ccp.runtimes.lxd/focal-fossa/packer.json

21 lines
440 B
JSON
Raw Normal View History

2022-08-03 14:54:08 +02:00
{
"variables" : {
2022-08-30 16:10:10 +02:00
"id" : ""
"description" : "",
2022-08-30 16:35:16 +02:00
"name" : ""
2022-08-03 14:54:08 +02:00
},
"builders": [
{
"type": "{{ user `type` }}",
"name": "{{ user `name`}} ",
"image": "ubuntu:20.04",
"output_image": "{{ user `name` }}:{{user `id`}}",
"publish_properties": {
"description": "{{ user `description`}}"
}
}
],
"provisioners": [],
"post-processors": []
}