hassio-zabbix-agent2/Dockerfile.arm

13 lines
234 B
Docker
Raw Normal View History

2022-06-12 22:23:25 +00:00
ARG BUILD_FROM=ghcr.io/hassio-addons/base/armhf: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:23:25 +00:00
2023-07-26 07:13:42 +00:00
RUN apk add -U zabbix-agent2=6.0.13-r0 sudo
2022-06-13 07:52:24 +00:00
LABEL \
2023-07-26 07:15:48 +00:00
io.hass.version="0.2.4" \
2022-06-13 07:52:24 +00:00
io.hass.type="addon" \
io.hass.arch="armhf"