Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
influxdata-docker
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
influxdata
influxdata-docker
Commits
fb1e8929
Commit
fb1e8929
authored
4 months ago
by
Sven Rebhan
Browse files
Options
Downloads
Patches
Plain Diff
Telegraf v1.33.3
parent
87928523
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
telegraf/1.33/Dockerfile
+1
-1
1 addition, 1 deletion
telegraf/1.33/Dockerfile
telegraf/1.33/alpine/Dockerfile
+1
-1
1 addition, 1 deletion
telegraf/1.33/alpine/Dockerfile
with
2 additions
and
2 deletions
telegraf/1.33/Dockerfile
+
1
−
1
View file @
fb1e8929
...
@@ -13,7 +13,7 @@ RUN set -ex && \
...
@@ -13,7 +13,7 @@ RUN set -ex && \
gpg
--keyserver
hkp://keyserver.ubuntu.com
--recv-keys
"
$key
"
;
\
gpg
--keyserver
hkp://keyserver.ubuntu.com
--recv-keys
"
$key
"
;
\
done
done
ENV
TELEGRAF_VERSION 1.33.
2
ENV
TELEGRAF_VERSION 1.33.
3
RUN
ARCH
=
&&
dpkgArch
=
"
$(
dpkg
--print-architecture
)
"
&&
\
RUN
ARCH
=
&&
dpkgArch
=
"
$(
dpkg
--print-architecture
)
"
&&
\
case
"
${
dpkgArch
##*-
}
"
in
\
case
"
${
dpkgArch
##*-
}
"
in
\
amd64
)
ARCH
=
'amd64'
;;
\
amd64
)
ARCH
=
'amd64'
;;
\
...
...
This diff is collapsed.
Click to expand it.
telegraf/1.33/alpine/Dockerfile
+
1
−
1
View file @
fb1e8929
...
@@ -4,7 +4,7 @@ RUN echo 'hosts: files dns' >> /etc/nsswitch.conf
...
@@ -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 su-exec libcap
&&
\
RUN
apk add
--no-cache
iputils ca-certificates net-snmp-tools procps lm_sensors tzdata su-exec libcap
&&
\
update-ca-certificates
update-ca-certificates
ENV
TELEGRAF_VERSION 1.33.
2
ENV
TELEGRAF_VERSION 1.33.
3
RUN
ARCH
=
&&
\
RUN
ARCH
=
&&
\
case
"
$(
apk
--print-arch
)
"
in
\
case
"
$(
apk
--print-arch
)
"
in
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment