This repository has been archived on 2024-02-03. You can view files and clone it, but cannot push or open issues or pull requests.
flow-packer/images/lxd/variables.auto.pkr.json

14 lines
298 B
JSON
Raw Normal View History

2022-04-18 20:45:56 +01:00
{
"variables": {
"lxd_base_image": "images:alpine/3.15",
"lxd_container_name": "flow-infra-lxd-packer-builder",
"lxd_output_image_name": "flow-infra",
"flow_username": "flow",
"flow_gid": 22379,
"flow_uid": 22379,
"root_setup_directory": "/etc/flow/setup"
}
}