mirror of
https://github.com/aljazceru/addons.git
synced 2026-01-30 02:05:52 +01:00
git_pull: Collection of improvements (#901)
* 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
This commit is contained in:
committed by
Pascal Vizeli
parent
646857b305
commit
ed3f09a481
@@ -1,4 +1,11 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user