add Dockerfile labels
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Paolo Asperti 2022-06-13 09:52:24 +02:00
parent b9fedb034e
commit c2eef2b279
Signed by: paspo
GPG Key ID: 06D46905D19D5182
3 changed files with 15 additions and 0 deletions

View File

@ -6,3 +6,8 @@ ENV LANG C.UTF-8
COPY rootfs /
RUN apk add -U zabbix-agent2=6.0.5-r0 sudo
LABEL \
io.hass.version="0.2.1" \
io.hass.type="addon" \
io.hass.arch="amd64"

View File

@ -6,3 +6,8 @@ ENV LANG C.UTF-8
COPY rootfs /
RUN apk add -U zabbix-agent2=6.0.5-r0 sudo
LABEL \
io.hass.version="0.2.1" \
io.hass.type="addon" \
io.hass.arch="armhf"

View File

@ -6,3 +6,8 @@ ENV LANG C.UTF-8
COPY rootfs /
RUN apk add -U zabbix-agent2=6.0.5-r0 sudo
LABEL \
io.hass.version="0.2.1" \
io.hass.type="addon" \
io.hass.arch="aarch64"