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
All checks were successful
Build and push telegraf-snmp-unifi image / build-and-push-image (push) Successful in 4m12s
Reviewed-on: #5
This commit is contained in:
commit
a923b29aa6
@ -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_compat.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