From c2eef2b27985783979d005a556b94403d149906e Mon Sep 17 00:00:00 2001 From: Paolo Asperti Date: Mon, 13 Jun 2022 09:52:24 +0200 Subject: [PATCH] add Dockerfile labels --- Dockerfile.amd64 | 5 +++++ Dockerfile.arm | 5 +++++ Dockerfile.arm64 | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/Dockerfile.amd64 b/Dockerfile.amd64 index a94b984..648f3da 100644 --- a/Dockerfile.amd64 +++ b/Dockerfile.amd64 @@ -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" \ No newline at end of file diff --git a/Dockerfile.arm b/Dockerfile.arm index 181c120..c6c1194 100644 --- a/Dockerfile.arm +++ b/Dockerfile.arm @@ -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" \ No newline at end of file diff --git a/Dockerfile.arm64 b/Dockerfile.arm64 index 19f6177..6218544 100644 --- a/Dockerfile.arm64 +++ b/Dockerfile.arm64 @@ -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" \ No newline at end of file