Feature Request
Create an installable package of telegraf that has plugin support. Enabling plugin support is outlined here: #6393
Use case
The plugin support in telegraf lets us include plugins without needing to compile our own version of telegraf. However, since a version of telegraf with plugin support isn't built as part of the official release process, we need to compile our own version of telegraf.
What we'd like to do is, create a docker container with an officially released telegraf build and package our plugins and conf files along side.