zabbix agent & agent2
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2021-09-13 12:04:31 +02:00
parent 305e0f03f9
commit 38d9d66501
8 changed files with 127 additions and 3 deletions

12
zabbix-agent2/Dockerfile Normal file
View File

@@ -0,0 +1,12 @@
ARG BUILD_FROM=hassioaddons/base:8.0.6
FROM $BUILD_FROM
ENV LANG C.UTF-8
# Copy scripts for add-on
COPY run.sh /
RUN apk add -U jq zabbix-agent2=5.0.14-r1 sudo && \
chmod a+x /run.sh
CMD [ "/run.sh" ]