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