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
All checks were successful
Build and push telegraf-snmp-unifi image / build-and-push-image (push) Successful in 4m3s
This commit is contained in:
parent
5f80f4a907
commit
9ffdc76e6a
@ -8,8 +8,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
|
||||
apt-get clean && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN wget -q -O - https://repos.influxdata.com/influxdata-archive.key | \
|
||||
gpg --dearmor > /etc/apt/trusted.gpg.d/influxdata.gpg
|
||||
RUN wget -q -O - https://repos.influxdata.com/influxdata-archive.key | gpg --import
|
||||
|
||||
ENV TELEGRAF_VERSION=1.39.0
|
||||
RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user