File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ RUN apt-get update && \
44 apt-get install -y curl && \
55 rm /etc/grafana/grafana.ini
66
7- ADD https://github.com/arschles/envtpl/releases/download/0.1.1 /envtpl_linux_amd64 /usr/share/grafana/envtpl
7+ ADD https://github.com/arschles/envtpl/releases/download/0.1.2 /envtpl_linux_amd64 /usr/share/grafana/envtpl
88
99COPY dashboards /usr/share/grafana/dashboards
1010COPY start-grafana /usr/share/grafana/start-grafana
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ RUN apk --update add bash curl
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.
1010ADD 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
11+ ADD https://github.com/arschles/envtpl/releases/download/0.1.2 /envtpl_linux_amd64 /envtpl
1212COPY start-telegraf /start-telegraf
1313COPY config.toml.tpl /config.toml.tpl
1414
You can’t perform that action at this time.
0 commit comments