Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
GitHub Mirror
influxdata
influxdata-docker
Commits
d05a5eaa
Commit
d05a5eaa
authored
Oct 06, 2021
by
David Reimschussel
Browse files
Telegraf v1.20.1
parent
cf7df8b8
Changes
2
Hide whitespace changes
Inline
Side-by-side
telegraf/1.20/Dockerfile
View file @
d05a5eaa
...
...
@@ -13,7 +13,7 @@ RUN set -ex && \
gpg
--keyserver
hkp://keyserver.ubuntu.com
--recv-keys
"
$key
"
;
\
done
ENV
TELEGRAF_VERSION 1.20.
0
ENV
TELEGRAF_VERSION 1.20.
1
RUN
ARCH
=
&&
dpkgArch
=
"
$(
dpkg
--print-architecture
)
"
&&
\
case
"
${
dpkgArch
##*-
}
"
in
\
amd64
)
ARCH
=
'amd64'
;;
\
...
...
telegraf/1.20/alpine/Dockerfile
View file @
d05a5eaa
...
...
@@ -4,7 +4,7 @@ RUN echo 'hosts: files dns' >> /etc/nsswitch.conf
RUN
apk add
--no-cache
iputils ca-certificates net-snmp-tools procps lm_sensors tzdata
&&
\
update-ca-certificates
ENV
TELEGRAF_VERSION 1.20.
0
ENV
TELEGRAF_VERSION 1.20.
1
RUN
set
-ex
&&
\
mkdir
~/.gnupg
;
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment