Compare commits
No commits in common. "a923b29aa699fa21d7b01282f780cb6baa538eaf" and "f0b03061446372e0b146d244f526f1243e70f047" have entirely different histories.
a923b29aa6
...
f0b0306144
@ -8,7 +8,8 @@ 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 --import
|
||||
RUN wget -q -O - https://repos.influxdata.com/influxdata-archive_compat.key | \
|
||||
gpg --dearmor > /etc/apt/trusted.gpg.d/influxdata.gpg
|
||||
|
||||
ENV TELEGRAF_VERSION=1.39.0
|
||||
RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user