diff --git a/check_config/CHANGELOG.md b/check_config/CHANGELOG.md index 6a827d2..0c4d111 100644 --- a/check_config/CHANGELOG.md +++ b/check_config/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 3.0 + +- Use Home Assistant base image as base for this Add-on +- Disable external UDEV + ## 2.2 - Update python/alpine to HA 0.96 diff --git a/check_config/Dockerfile b/check_config/Dockerfile index 0be4d2f..8d9dc6d 100644 --- a/check_config/Dockerfile +++ b/check_config/Dockerfile @@ -1,10 +1,6 @@ ARG BUILD_FROM FROM $BUILD_FROM -# Add Hass.io wheels repository -ARG BUILD_ARCH -ENV WHEELS_LINKS=https://wheels.home-assistant.io/alpine-3.10/${BUILD_ARCH}/ - # Copy data COPY data/run.sh / diff --git a/check_config/build.json b/check_config/build.json index bd97cda..52fe7da 100644 --- a/check_config/build.json +++ b/check_config/build.json @@ -1,9 +1,9 @@ { "build_from": { - "amd64": "homeassistant/amd64-base-python:3.7-alpine3.10", - "i386": "homeassistant/i386-base-python:3.7-alpine3.10", - "armhf": "homeassistant/armhf-base-python:3.7-alpine3.10", - "armv7": "homeassistant/armv7-base-python:3.7-alpine3.10", - "aarch64": "homeassistant/aarch64-base-python:3.7-alpine3.10" + "amd64": "homeassistant/amd64-homeassistant-base:4.0", + "i386": "homeassistant/i386-homeassistant-base:4.0", + "armhf": "homeassistant/armhf-homeassistant-base:4.0", + "armv7": "homeassistant/armv7-homeassistant-base:4.0", + "aarch64": "homeassistant/aarch64-homeassistant-base:4.0" } } diff --git a/check_config/config.json b/check_config/config.json index 6da7cbe..f299ccf 100644 --- a/check_config/config.json +++ b/check_config/config.json @@ -1,6 +1,6 @@ { "name": "Check Home Assistant configuration", - "version": "2.2", + "version": "3.0", "slug": "check_config", "description": "Check current Home Assistant configuration against a new version", "url": "https://github.com/home-assistant/hassio-addons/tree/master/check_config", @@ -11,6 +11,7 @@ "amd64", "i386" ], + "udev": true, "startup": "once", "boot": "manual", "map": [