mirror of
https://github.com/aljazceru/addons.git
synced 2026-01-10 00:34:22 +01:00
* configurator: Removed direct access from add-on * configurator: Extended list of default ingored patterns * configurator: Simplified run.sh * configurator: Bump version to 4.0 * configurator: Use the default Ingress port
13 lines
340 B
JSON
13 lines
340 B
JSON
{
|
|
"build_from": {
|
|
"aarch64": "homeassistant/aarch64-base-python:3.7",
|
|
"amd64": "homeassistant/amd64-base-python:3.7",
|
|
"armhf": "homeassistant/armhf-base-python:3.7",
|
|
"armv7": "homeassistant/armv7-base-python:3.7",
|
|
"i386": "homeassistant/i386-base-python:3.7"
|
|
},
|
|
"args": {
|
|
"CONFIGURATOR_VERSION": "0.3.7"
|
|
}
|
|
}
|