From 3b8cab00ad0cd2772ff5a29191fe6886d96639b3 Mon Sep 17 00:00:00 2001 From: Paolo Asperti Date: Mon, 13 Jun 2022 11:34:05 +0200 Subject: [PATCH] fix s6 --- Dockerfile.amd64 | 2 +- Dockerfile.arm | 2 +- Dockerfile.arm64 | 2 +- config.json | 3 ++- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Dockerfile.amd64 b/Dockerfile.amd64 index dd7fc67..af27d08 100644 --- a/Dockerfile.amd64 +++ b/Dockerfile.amd64 @@ -8,6 +8,6 @@ COPY rootfs / RUN apk add -U zabbix-agent2=6.0.5-r0 sudo LABEL \ - io.hass.version="0.2.2" \ + io.hass.version="0.2.3" \ io.hass.type="addon" \ io.hass.arch="amd64" \ No newline at end of file diff --git a/Dockerfile.arm b/Dockerfile.arm index 81fc09c..866a105 100644 --- a/Dockerfile.arm +++ b/Dockerfile.arm @@ -8,6 +8,6 @@ COPY rootfs / RUN apk add -U zabbix-agent2=6.0.5-r0 sudo LABEL \ - io.hass.version="0.2.2" \ + io.hass.version="0.2.3" \ io.hass.type="addon" \ io.hass.arch="armhf" \ No newline at end of file diff --git a/Dockerfile.arm64 b/Dockerfile.arm64 index 74772b5..2074120 100644 --- a/Dockerfile.arm64 +++ b/Dockerfile.arm64 @@ -8,6 +8,6 @@ COPY rootfs / RUN apk add -U zabbix-agent2=6.0.5-r0 sudo LABEL \ - io.hass.version="0.2.2" \ + io.hass.version="0.2.3" \ io.hass.type="addon" \ io.hass.arch="aarch64" \ No newline at end of file diff --git a/config.json b/config.json index 373b36a..b38b499 100644 --- a/config.json +++ b/config.json @@ -2,7 +2,7 @@ "name": "Zabbix Agent 2", "url": "https://git.asperti.com/paspo/hassio-addons", "image": "docker.asperti.com/paspo/hassio-zabbix-agent2", - "version": "0.2.2", + "version": "0.2.3", "slug": "zabbix-agent2", "description": "Zabbix Agent 2 for hass.io", "startup": "services", @@ -10,6 +10,7 @@ "hassio_api": true, "audio": false, "gpio": false, + "init": false, "arch": [ "aarch64", "amd64"