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:
Franck Nijhof
2019-12-18 13:54:07 +01:00
committed by Pascal Vizeli
parent 646857b305
commit ed3f09a481
6 changed files with 24 additions and 17 deletions

View File

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