mirror of
https://github.com/aljazceru/addons.git
synced 2026-02-01 03:05:49 +01:00
* Restart nginx for ingress on error * more output * Use Alpine for almond * Fix dockerfile * Add more library * link python * fix link * python * fix removes
13 lines
305 B
JSON
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"
|
|
}
|
|
}
|