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

13 lines
298 B
JSON

{
"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"
}
}