Skip to content

Commit

Permalink
Update base image to version 2021.04.3 (#49817)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvizeli authored Apr 28, 2021
1 parent 11a56df commit 1e2f242
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions build.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"image": "homeassistant/{arch}-homeassistant",
"shadow_repository": "ghcr.io/home-assistant",
"build_from": {
"aarch64": "ghcr.io/home-assistant/aarch64-homeassistant-base:2021.04.2",
"armhf": "ghcr.io/home-assistant/armhf-homeassistant-base:2021.04.2",
"armv7": "ghcr.io/home-assistant/armv7-homeassistant-base:2021.04.2",
"amd64": "ghcr.io/home-assistant/amd64-homeassistant-base:2021.04.2",
"i386": "ghcr.io/home-assistant/i386-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.3",
"armv7": "ghcr.io/home-assistant/armv7-homeassistant-base:2021.04.3",
"amd64": "ghcr.io/home-assistant/amd64-homeassistant-base:2021.04.3",
"i386": "ghcr.io/home-assistant/i386-homeassistant-base:2021.04.3"
},
"labels": {
"io.hass.type": "core",
Expand Down
4 changes: 2 additions & 2 deletions rootfs/etc/services.d/home-assistant/run
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
cd /config || bashio::exit.nok "Can't find config folder!"

# Enable mimalloc for Home Assistant Core, unless disabled
if [[ -z "${DISABLE_MIMALLOC+x}" ]]; then
export LD_PRELOAD="/usr/local/lib/libmimalloc.so"
if [[ -z "${DISABLE_JEMALLOC+x}" ]]; then
export LD_PRELOAD="/usr/local/lib/libjemalloc.so.2"
fi
exec python3 -m homeassistant --config /config

0 comments on commit 1e2f242

Please sign in to comment.