Containerfiles, add rclone, rsync to toolboxes
All checks were successful
Build images / build-images-arm64 (push) Successful in 11m34s
Build images / build-images-amd64 (push) Successful in 13m59s
Build images / update-images-manifests (push) Successful in 36s

This commit is contained in:
Maciej Lebiest 2024-02-11 20:07:07 +01:00
parent a551468585
commit bb1468170d
9 changed files with 4 additions and 2 deletions

View file

@ -1,9 +0,0 @@
FROM docker.io/alpine:edge
RUN apk add smartmontools util-linux zabbix-agent2 zabbix-utils sudo && \
echo 'zabbix ALL=(ALL) NOPASSWD:/usr/sbin/smartctl' >> /etc/sudoers
# USER zabbix
USER root
ENTRYPOINT [ "/usr/sbin/zabbix_agent2", "-f" ]