hassio-zabbix-agent2/Dockerfile.arm64

13 lines
237 B
Docker
Raw Normal View History

2022-06-12 22:14:03 +00:00
ARG BUILD_FROM=ghcr.io/hassio-addons/base/aarch64:12.0.0
FROM $BUILD_FROM
ENV LANG C.UTF-8
2022-06-13 07:14:07 +00:00
COPY rootfs /
2022-06-12 22:14:03 +00:00
2022-06-13 07:14:07 +00:00
RUN apk add -U zabbix-agent2=6.0.5-r0 sudo
2022-06-13 07:52:24 +00:00
LABEL \
2022-06-13 09:07:20 +00:00
io.hass.version="0.2.2" \
2022-06-13 07:52:24 +00:00
io.hass.type="addon" \
io.hass.arch="aarch64"