Skip to content

Commit fe127ad

Browse files
author
Jonathan Chauncey
committed
chore(Dockerfile): Download envtpl from github
1 parent 06338ef commit fe127ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

telegraf/rootfs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ RUN apk --update add bash
88
# The download links for the zip of telegraf are broken.
99
# So for now Im building this locally and copying it into the build context.
1010
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
1112
COPY start-telegraf /start-telegraf
12-
COPY envtpl /envtpl
1313
COPY config.toml.tpl /config.toml.tpl
1414

1515
RUN chmod +x /telegraf

0 commit comments

Comments
 (0)