configurator: Update base image to Alpine 3.13 (#2009)

This commit is contained in:
Franck Nijhof
2021-05-19 10:24:56 +02:00
committed by GitHub
parent 54ce6a1922
commit c8c024ec20
4 changed files with 11 additions and 7 deletions

View File

@@ -1,5 +1,9 @@
# Changelog # Changelog
## 5.3.1
- Update base image to Alpine 3.13
## 5.3.0 ## 5.3.0
- Ignore input-keyword used in blueprints in yaml-linting - Ignore input-keyword used in blueprints in yaml-linting

View File

@@ -13,7 +13,7 @@ RUN \
&& pip3 install \ && pip3 install \
--no-cache-dir \ --no-cache-dir \
--prefer-binary \ --prefer-binary \
--find-links "https://wheels.home-assistant.io/alpine-3.12/${BUILD_ARCH}/" \ --find-links "https://wheels.home-assistant.io/alpine-3.13/${BUILD_ARCH}/" \
hass-configurator=="${CONFIGURATOR_VERSION}" \ hass-configurator=="${CONFIGURATOR_VERSION}" \
\ \
&& find /usr/local \ && find /usr/local \

View File

@@ -1,10 +1,10 @@
{ {
"build_from": { "build_from": {
"aarch64": "homeassistant/aarch64-base:3.12", "aarch64": "ghcr.io/home-assistant/aarch64-base:3.13",
"amd64": "homeassistant/amd64-base:3.12", "amd64": "ghcr.io/home-assistant/amd64-base:3.13",
"armhf": "homeassistant/armhf-base:3.12", "armhf": "ghcr.io/home-assistant/armhf-base:3.13",
"armv7": "homeassistant/armv7-base:3.12", "armv7": "ghcr.io/home-assistant/armv7-base:3.13",
"i386": "homeassistant/i386-base:3.12" "i386": "ghcr.io/home-assistant/i386-base:3.13"
}, },
"args": { "args": {
"CONFIGURATOR_VERSION": "0.4.1" "CONFIGURATOR_VERSION": "0.4.1"

View File

@@ -1,6 +1,6 @@
{ {
"name": "File editor", "name": "File editor",
"version": "5.3.0", "version": "5.3.1",
"slug": "configurator", "slug": "configurator",
"description": "Simple browser-based file editor for Home Assistant", "description": "Simple browser-based file editor for Home Assistant",
"url": "https://github.com/home-assistant/hassio-addons/tree/master/configurator", "url": "https://github.com/home-assistant/hassio-addons/tree/master/configurator",