Files
addons/almond/build.json
Pascal Vizeli 4804b6e349 Restart nginx for ingress on error (#1867)
* Restart nginx for ingress on error

* more output

* Use Alpine for almond

* Fix dockerfile

* Add more library

* link python

* fix link

* python

* fix removes
2021-02-17 16:32:49 +01:00

13 lines
305 B
JSON

{
"build_from": {
"aarch64": "homeassistant/aarch64-base:3.13",
"amd64": "homeassistant/amd64-base:3.13",
"i386": "homeassistant/i386-base:3.13",
"armv7": "homeassistant/armv7-base:3.13",
"armhf": "homeassistant/armhf-base:3.13"
},
"args": {
"ALMOND_VERSION": "v1.8.0"
}
}