Added property telegraf_agent_docker_image_version for using a specific version of the Docker image

This commit is contained in:
Werner Dijkerman
2020-10-17 14:36:04 +02:00
parent 518f60132e
commit 55b4b6530e
3 changed files with 3 additions and 1 deletions

View File

@ -126,6 +126,7 @@ These properties set in how and what package will be installed.
* `telegraf_agent_docker_name`: Name of the docker container. Default: `telegraf`
* `telegraf_agent_docker_network_mode`: Networking mode of the docker container. Default: `bridge`
* `telegraf_agent_docker_restart_policy`: Docker container restart policy. Default: `unless-stopped`
* `telegraf_agent_docker_image_version`: The version of the Docker Telegraf image to be used. Default the value contains the value given for `telegraf_agent_version`. Can be set to `latest` to get the actual `latest` tag for the provided Docker image.
* `telegraf_uid_docker`: Override user id. Default: `995`
* `telegraf_gid_docker`: Override group id. Default: `998`