Fix check config library (#683)

This commit is contained in:
Pascal Vizeli
2019-09-02 10:08:38 +02:00
committed by GitHub
parent 31a2793e3d
commit 269dd21f1e
4 changed files with 12 additions and 10 deletions

View File

@@ -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

View File

@@ -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 /

View File

@@ -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"
}
}

View File

@@ -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": [