Compare commits

..

3 Commits

Author SHA1 Message Date
a923b29aa6 Merge pull request 'feat/telegraf-snmp-unifi-own-dockerfile' (#5) from feat/telegraf-snmp-unifi-own-dockerfile into main
All checks were successful
Build and push telegraf-snmp-unifi image / build-and-push-image (push) Successful in 4m12s
Reviewed-on: #5
2026-06-11 16:23:46 +02:00
dresi
9ffdc76e6a fix: import GPG key into keyring instead of apt trusted.gpg.d
All checks were successful
Build and push telegraf-snmp-unifi image / build-and-push-image (push) Successful in 4m3s
2026-06-11 16:12:16 +02:00
dresi
5f80f4a907 fix: use correct influxdata-archive.key for GPG verification
Some checks failed
Build and push telegraf-snmp-unifi image / build-and-push-image (push) Failing after 1m42s
2026-06-11 16:07:35 +02:00

View File

@ -8,8 +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 --import
gpg --dearmor > /etc/apt/trusted.gpg.d/influxdata.gpg
ENV TELEGRAF_VERSION=1.39.0 ENV TELEGRAF_VERSION=1.39.0
RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" && \ RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" && \