mirror of
https://github.com/aljazceru/addons.git
synced 2026-02-01 19:25:32 +01:00
* git_pull: Prettier YAML files * git_pull: Move run.sh to data folder * git_pull: Update add-on URL * git_pull: Pin add-on base images * git_pull: Documentation tweak * git_pull: Remove installation of curl, part of base image * git_pull: Styling tweak to Dockerfile
13 lines
301 B
JSON
13 lines
301 B
JSON
{
|
|
"build_from": {
|
|
"aarch64": "homeassistant/aarch64-base:3.10",
|
|
"amd64": "homeassistant/amd64-base:3.10",
|
|
"armhf": "homeassistant/armhf-base:3.10",
|
|
"armv7": "homeassistant/armv7-base:3.10",
|
|
"i386": "homeassistant/i386-base:3.10"
|
|
},
|
|
"args": {
|
|
"CLI_VERSION": "3.1.1"
|
|
}
|
|
}
|