diff --git a/build-scripts/homeassistant/create_homeassistant.sh b/build-scripts/homeassistant/create_homeassistant.sh index 08d979e..2b8f0c0 100755 --- a/build-scripts/homeassistant/create_homeassistant.sh +++ b/build-scripts/homeassistant/create_homeassistant.sh @@ -124,7 +124,7 @@ cp ../../homeassistant/Dockerfile "$WORKSPACE/Dockerfile" sed -i "s/%%BASE_IMAGE%%/${BASE_IMAGE}/g" "$WORKSPACE/Dockerfile" sed -i "s/%%VERSION%%/${DOCKER_TAG}/g" "$WORKSPACE/Dockerfile" -echo "LABEL io.hass.version=\"$DOCKER_TAG\"" >> "$WORKSPACE/Dockerfile" +echo "LABEL io.hass.version=\"$DOCKER_TAG\" io.hass.type=\"homeassistant\" io.hass.machine=\"$MACHINE\"" >> "$WORKSPACE/Dockerfile" git clone https://github.com/home-assistant/home-assistant "$HASS_GIT" cd "$HASS_GIT" && git checkout "$DOCKER_TAG"