Files
addons/configurator/build.json
Franck Nijhof e0ebcbca6a configurator: Removed direct access, simplified code, bump to 4.0 (#902)
* 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
2019-12-18 15:25:56 +01:00

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