@@ -18,7 +18,7 @@ done
|
||||
# Tag the Supervisor how the OS expects it to be tagged
|
||||
supervisor=$(docker images --filter "label=io.hass.type=supervisor" --quiet)
|
||||
arch=$(docker inspect --format '{{ index .Config.Labels "io.hass.arch" }}' "${supervisor}")
|
||||
docker tag "${supervisor}" "ghcr.io/homeassistant/${arch}-hassio-supervisor:latest"
|
||||
docker tag "${supervisor}" "ghcr.io/home-assistant/${arch}-hassio-supervisor:latest"
|
||||
|
||||
# Setup AppArmor
|
||||
mkdir -p "/data/supervisor/apparmor"
|
||||
|
||||
Reference in New Issue
Block a user