mirror of
https://github.com/aljazceru/addons.git
synced 2026-01-08 15:54:21 +01:00
* dhcp_server: Prettier JSON & YAML files * dhcp_server: Move run.sh into data folder * dhcp_server: Pin base images
10 lines
257 B
JSON
10 lines
257 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|