mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Update docker base image to 2021.09.0 (#56191)
This commit is contained in:
parent
17efafb2ea
commit
20d96ef4ef
12
build.json
12
build.json
@ -2,11 +2,11 @@
|
|||||||
"image": "homeassistant/{arch}-homeassistant",
|
"image": "homeassistant/{arch}-homeassistant",
|
||||||
"shadow_repository": "ghcr.io/home-assistant",
|
"shadow_repository": "ghcr.io/home-assistant",
|
||||||
"build_from": {
|
"build_from": {
|
||||||
"aarch64": "ghcr.io/home-assistant/aarch64-homeassistant-base:2021.08.0",
|
"aarch64": "ghcr.io/home-assistant/aarch64-homeassistant-base:2021.09.0",
|
||||||
"armhf": "ghcr.io/home-assistant/armhf-homeassistant-base:2021.08.0",
|
"armhf": "ghcr.io/home-assistant/armhf-homeassistant-base:2021.09.0",
|
||||||
"armv7": "ghcr.io/home-assistant/armv7-homeassistant-base:2021.08.0",
|
"armv7": "ghcr.io/home-assistant/armv7-homeassistant-base:2021.09.0",
|
||||||
"amd64": "ghcr.io/home-assistant/amd64-homeassistant-base:2021.08.0",
|
"amd64": "ghcr.io/home-assistant/amd64-homeassistant-base:2021.09.0",
|
||||||
"i386": "ghcr.io/home-assistant/i386-homeassistant-base:2021.08.0"
|
"i386": "ghcr.io/home-assistant/i386-homeassistant-base:2021.09.0"
|
||||||
},
|
},
|
||||||
"labels": {
|
"labels": {
|
||||||
"io.hass.type": "core",
|
"io.hass.type": "core",
|
||||||
@ -19,4 +19,4 @@
|
|||||||
"org.opencontainers.image.licenses": "Apache License 2.0"
|
"org.opencontainers.image.licenses": "Apache License 2.0"
|
||||||
},
|
},
|
||||||
"version_tag": true
|
"version_tag": true
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user