We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06338ef commit fe127adCopy full SHA for fe127ad
1 file changed
telegraf/rootfs/Dockerfile
@@ -8,8 +8,8 @@ RUN apk --update add bash
8
# The download links for the zip of telegraf are broken.
9
# So for now Im building this locally and copying it into the build context.
10
ADD https://bintray.com/artifact/download/jchauncey/telegraf/telegraf/telegraf /telegraf
11
+ADD https://github.com/arschles/envtpl/releases/download/0.1.1/envtpl_linux_amd64 /envtpl
12
COPY start-telegraf /start-telegraf
-COPY envtpl /envtpl
13
COPY config.toml.tpl /config.toml.tpl
14
15
RUN chmod +x /telegraf
0 commit comments