zabbix 7.0 lts
This commit is contained in:
parent
e6f5f4092c
commit
c925be77c5
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: build-amd64
|
name: build-amd64
|
||||||
@ -132,7 +133,7 @@ type: docker
|
|||||||
name: manifest
|
name: manifest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: manifest
|
- name: manifest
|
||||||
image: plugins/manifest
|
image: plugins/manifest
|
||||||
settings:
|
settings:
|
||||||
force_tag: true
|
force_tag: true
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:12.0.0
|
ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:16.2.0
|
||||||
FROM $BUILD_FROM
|
FROM $BUILD_FROM
|
||||||
|
|
||||||
ENV LANG C.UTF-8
|
ENV LANG C.UTF-8
|
||||||
@ -6,11 +6,12 @@ ENV LANG C.UTF-8
|
|||||||
COPY rootfs /
|
COPY rootfs /
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
apk add -U zabbix-agent2=6.0.13-r0 sudo && \
|
apk add --no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community zabbix-agent2=7.0.2-r0 zabbix-agent2-plugin-postgresql zabbix-agent2-plugin-alpine && \
|
||||||
|
apk add --no-cache sudo && \
|
||||||
addgroup -g 102 -S docker && \
|
addgroup -g 102 -S docker && \
|
||||||
addgroup zabbix docker
|
addgroup zabbix docker
|
||||||
|
|
||||||
LABEL \
|
LABEL \
|
||||||
io.hass.version="0.2.6" \
|
io.hass.version="0.3.0" \
|
||||||
io.hass.type="addon" \
|
io.hass.type="addon" \
|
||||||
io.hass.arch="amd64"
|
io.hass.arch="amd64"
|
@ -1,4 +1,4 @@
|
|||||||
ARG BUILD_FROM=ghcr.io/hassio-addons/base/armhf:12.0.0
|
ARG BUILD_FROM=ghcr.io/hassio-addons/base/armhf:16.2.0
|
||||||
FROM $BUILD_FROM
|
FROM $BUILD_FROM
|
||||||
|
|
||||||
ENV LANG C.UTF-8
|
ENV LANG C.UTF-8
|
||||||
@ -6,11 +6,12 @@ ENV LANG C.UTF-8
|
|||||||
COPY rootfs /
|
COPY rootfs /
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
apk add -U zabbix-agent2=6.0.13-r0 sudo && \
|
apk add --no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community zabbix-agent2=7.0.2-r0 zabbix-agent2-plugin-postgresql zabbix-agent2-plugin-alpine && \
|
||||||
|
apk add --no-cache sudo && \
|
||||||
addgroup -g 102 -S docker && \
|
addgroup -g 102 -S docker && \
|
||||||
addgroup zabbix docker
|
addgroup zabbix docker
|
||||||
|
|
||||||
LABEL \
|
LABEL \
|
||||||
io.hass.version="0.2.6" \
|
io.hass.version="0.3.0" \
|
||||||
io.hass.type="addon" \
|
io.hass.type="addon" \
|
||||||
io.hass.arch="armhf"
|
io.hass.arch="armhf"
|
@ -1,4 +1,4 @@
|
|||||||
ARG BUILD_FROM=ghcr.io/hassio-addons/base/aarch64:12.0.0
|
ARG BUILD_FROM=ghcr.io/hassio-addons/base/aarch64:16.2.0
|
||||||
FROM $BUILD_FROM
|
FROM $BUILD_FROM
|
||||||
|
|
||||||
ENV LANG C.UTF-8
|
ENV LANG C.UTF-8
|
||||||
@ -6,11 +6,12 @@ ENV LANG C.UTF-8
|
|||||||
COPY rootfs /
|
COPY rootfs /
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
apk add -U zabbix-agent2=6.0.13-r0 sudo && \
|
apk add --no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community zabbix-agent2=7.0.2-r0 zabbix-agent2-plugin-postgresql zabbix-agent2-plugin-alpine && \
|
||||||
|
apk add --no-cache sudo && \
|
||||||
addgroup -g 102 -S docker && \
|
addgroup -g 102 -S docker && \
|
||||||
addgroup zabbix docker
|
addgroup zabbix docker
|
||||||
|
|
||||||
LABEL \
|
LABEL \
|
||||||
io.hass.version="0.2.6" \
|
io.hass.version="0.3.0" \
|
||||||
io.hass.type="addon" \
|
io.hass.type="addon" \
|
||||||
io.hass.arch="aarch64"
|
io.hass.arch="aarch64"
|
@ -2,9 +2,9 @@
|
|||||||
"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.6",
|
"version": "0.3.0",
|
||||||
"slug": "zabbix-agent2",
|
"slug": "zabbix-agent2",
|
||||||
"description": "Zabbix Agent 2 for hass.io",
|
"description": "Zabbix Agent 2 for hass.io (7.0 LTS)",
|
||||||
"startup": "services",
|
"startup": "services",
|
||||||
"boot": "auto",
|
"boot": "auto",
|
||||||
"hassio_api": true,
|
"hassio_api": true,
|
||||||
|
Loading…
Reference in New Issue
Block a user