Compare commits
4 Commits
0.2.3
...
e0737632f8
| Author | SHA1 | Date | |
|---|---|---|---|
|
e0737632f8
|
|||
|
c37da6b538
|
|||
|
83e7d0bc1f
|
|||
|
eee92ba7f2
|
@@ -5,9 +5,9 @@ ENV LANG C.UTF-8
|
|||||||
|
|
||||||
COPY rootfs /
|
COPY rootfs /
|
||||||
|
|
||||||
RUN apk add -U zabbix-agent2=6.0.5-r0 sudo
|
RUN apk add -U zabbix-agent2=6.0.13-r0 sudo
|
||||||
|
|
||||||
LABEL \
|
LABEL \
|
||||||
io.hass.version="0.2.3" \
|
io.hass.version="0.2.4" \
|
||||||
io.hass.type="addon" \
|
io.hass.type="addon" \
|
||||||
io.hass.arch="amd64"
|
io.hass.arch="amd64"
|
||||||
@@ -5,9 +5,9 @@ ENV LANG C.UTF-8
|
|||||||
|
|
||||||
COPY rootfs /
|
COPY rootfs /
|
||||||
|
|
||||||
RUN apk add -U zabbix-agent2=6.0.5-r0 sudo
|
RUN apk add -U zabbix-agent2=6.0.13-r0 sudo
|
||||||
|
|
||||||
LABEL \
|
LABEL \
|
||||||
io.hass.version="0.2.3" \
|
io.hass.version="0.2.4" \
|
||||||
io.hass.type="addon" \
|
io.hass.type="addon" \
|
||||||
io.hass.arch="armhf"
|
io.hass.arch="armhf"
|
||||||
@@ -5,9 +5,9 @@ ENV LANG C.UTF-8
|
|||||||
|
|
||||||
COPY rootfs /
|
COPY rootfs /
|
||||||
|
|
||||||
RUN apk add -U zabbix-agent2=6.0.5-r0 sudo
|
RUN apk add -U zabbix-agent2=6.0.13-r0 sudo
|
||||||
|
|
||||||
LABEL \
|
LABEL \
|
||||||
io.hass.version="0.2.3" \
|
io.hass.version="0.2.4" \
|
||||||
io.hass.type="addon" \
|
io.hass.type="addon" \
|
||||||
io.hass.arch="aarch64"
|
io.hass.arch="aarch64"
|
||||||
@@ -2,12 +2,13 @@
|
|||||||
"name": "Zabbix Agent 2",
|
"name": "Zabbix Agent 2",
|
||||||
"url": "https://git.asperti.com/paspo/hassio-addons",
|
"url": "https://git.asperti.com/paspo/hassio-addons",
|
||||||
"image": "docker.asperti.com/paspo/hassio-zabbix-agent2",
|
"image": "docker.asperti.com/paspo/hassio-zabbix-agent2",
|
||||||
"version": "0.2.3",
|
"version": "0.2.4",
|
||||||
"slug": "zabbix-agent2",
|
"slug": "zabbix-agent2",
|
||||||
"description": "Zabbix Agent 2 for hass.io",
|
"description": "Zabbix Agent 2 for hass.io",
|
||||||
"startup": "services",
|
"startup": "services",
|
||||||
"boot": "auto",
|
"boot": "auto",
|
||||||
"hassio_api": true,
|
"hassio_api": true,
|
||||||
|
"docker_api": true,
|
||||||
"audio": false,
|
"audio": false,
|
||||||
"gpio": false,
|
"gpio": false,
|
||||||
"init": false,
|
"init": false,
|
||||||
@@ -18,6 +19,9 @@
|
|||||||
"ports": {
|
"ports": {
|
||||||
"10050/tcp": 10050
|
"10050/tcp": 10050
|
||||||
},
|
},
|
||||||
|
"ports_description": {
|
||||||
|
"10050/tcp": "Zabbix Agent port (used by Zabbix Server and/or proxies)"
|
||||||
|
},
|
||||||
"map": [
|
"map": [
|
||||||
"share"
|
"share"
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user