mirror of
https://github.com/aljazceru/addons.git
synced 2026-01-31 18:55:32 +01:00
Fix check config library (#683)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 /
|
||||
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user