mirror of
https://github.com/home-assistant/core.git
synced 2025-04-30 04:07:51 +00:00
Update base image to version 2021.04.3 (#49817)
This commit is contained in:
parent
11a56df2cb
commit
1e2f242220
10
build.json
10
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.04.2",
|
"aarch64": "ghcr.io/home-assistant/aarch64-homeassistant-base:2021.04.3",
|
||||||
"armhf": "ghcr.io/home-assistant/armhf-homeassistant-base:2021.04.2",
|
"armhf": "ghcr.io/home-assistant/armhf-homeassistant-base:2021.04.3",
|
||||||
"armv7": "ghcr.io/home-assistant/armv7-homeassistant-base:2021.04.2",
|
"armv7": "ghcr.io/home-assistant/armv7-homeassistant-base:2021.04.3",
|
||||||
"amd64": "ghcr.io/home-assistant/amd64-homeassistant-base:2021.04.2",
|
"amd64": "ghcr.io/home-assistant/amd64-homeassistant-base:2021.04.3",
|
||||||
"i386": "ghcr.io/home-assistant/i386-homeassistant-base:2021.04.2"
|
"i386": "ghcr.io/home-assistant/i386-homeassistant-base:2021.04.3"
|
||||||
},
|
},
|
||||||
"labels": {
|
"labels": {
|
||||||
"io.hass.type": "core",
|
"io.hass.type": "core",
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
cd /config || bashio::exit.nok "Can't find config folder!"
|
cd /config || bashio::exit.nok "Can't find config folder!"
|
||||||
|
|
||||||
# Enable mimalloc for Home Assistant Core, unless disabled
|
# Enable mimalloc for Home Assistant Core, unless disabled
|
||||||
if [[ -z "${DISABLE_MIMALLOC+x}" ]]; then
|
if [[ -z "${DISABLE_JEMALLOC+x}" ]]; then
|
||||||
export LD_PRELOAD="/usr/local/lib/libmimalloc.so"
|
export LD_PRELOAD="/usr/local/lib/libjemalloc.so.2"
|
||||||
fi
|
fi
|
||||||
exec python3 -m homeassistant --config /config
|
exec python3 -m homeassistant --config /config
|
||||||
|
Loading…
x
Reference in New Issue
Block a user