You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Periodically, the source code is recompiled and the resulting image is pushed to [influxdata Telegraf](https://hub.docker.com/_/telegraf?tab=tags&page=1&ordering=last_updated) on *DockerHub*.
61
-
62
58
### IOTstack menu { #iotstackMenu }
63
59
64
60
When you select Telegraf in the IOTstack menu, the *template service definition* is copied into the *Compose* file.
@@ -101,7 +97,7 @@ FROM telegraf:latest
101
97
102
98
> If you need to pin to a particular version of Telegraf, the *Dockerfile* is the place to do it. See [Telegraf version pinning](#versionPinning).
103
99
104
-
The `FROM` statement tells the build process to pull down the ***base image*** from [*DockerHub*](https://hub.docker.com).
100
+
The `FROM` statement tells the build process to pull down the ***base image*** from [*DockerHub*](https://hub.docker.com/_/telegraf?tab=tags&page=1&ordering=last_updated&name=latest).
105
101
106
102
> It is a ***base*** image in the sense that it never actually runs as a container on your Raspberry Pi.
0 commit comments