feat/telegraf-snmp-unifi-own-dockerfile #5

Merged
dresi merged 2 commits from feat/telegraf-snmp-unifi-own-dockerfile into main 2026-06-11 16:23:47 +02:00
Showing only changes of commit 5f80f4a907 - Show all commits

View File

@ -8,7 +8,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
apt-get clean && \ apt-get clean && \
rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/*
RUN wget -q -O - https://repos.influxdata.com/influxdata-archive_compat.key | \ RUN wget -q -O - https://repos.influxdata.com/influxdata-archive.key | \
gpg --dearmor > /etc/apt/trusted.gpg.d/influxdata.gpg gpg --dearmor > /etc/apt/trusted.gpg.d/influxdata.gpg
ENV TELEGRAF_VERSION=1.39.0 ENV TELEGRAF_VERSION=1.39.0