Skip to content

Commit 06338ef

Browse files
author
Jonathan Chauncey
committed
chore(telegraf): make binaries and scripts executable
1 parent bcec7ee commit 06338ef

4 files changed

Lines changed: 5 additions & 1 deletion

File tree

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,7 @@
44
.DS_Store
55

66
telegraf/manifests/*.tmp.yaml
7-
influxdb/manifests/*.tmp.yaml
7+
influxdb/manifests/*.tmp.yaml
8+
9+
telegraf/rootfs/envtpl
10+
telegraf/rootfs/telegraf

telegraf/rootfs/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ COPY config.toml.tpl /config.toml.tpl
1414

1515
RUN chmod +x /telegraf
1616
RUN chmod +x /envtpl
17+
RUN chmod +x /start-telegraf
1718

1819
ENTRYPOINT ["/start-telegraf"]

telegraf/rootfs/envtpl

-2.79 MB
Binary file not shown.

telegraf/rootfs/start-telegraf

100644100755
File mode changed.

0 commit comments

Comments
 (0)