1.15.1-debian-10-r2 release

This commit is contained in:
Bitnami Bot 2020-07-31 18:56:40 +00:00
parent 460193dea1
commit b9fcdd0325
2 changed files with 5 additions and 5 deletions

View File

@ -18,7 +18,7 @@ RUN apt-get update && apt-get upgrade -y && \
RUN chmod g+rwX /opt/bitnami
ENV BITNAMI_APP_NAME="telegraf" \
BITNAMI_IMAGE_VERSION="1.15.1-debian-10-r1" \
BITNAMI_IMAGE_VERSION="1.15.1-debian-10-r2" \
PATH="/opt/bitnami/telegraf/bin:$PATH"
USER 1001

View File

@ -5,7 +5,7 @@
[Overview of Telegraf](https://github.com/influxdata/telegraf)
# TL;DR;
# TL;DR
```console
$ docker run --name telegraf bitnami/telegraf:latest
@ -16,8 +16,8 @@ $ docker run --name telegraf bitnami/telegraf:latest
* Bitnami closely tracks upstream source changes and promptly publishes new versions of this image using our automated systems.
* With Bitnami images the latest bug fixes and features are available as soon as possible.
* Bitnami containers, virtual machines and cloud images use the same components and configuration approach - making it easy to switch between formats based on your project needs.
* All our images are based on [minideb](https://github.com/bitnami/minideb) a minimalist Debian based container image which gives you a small base container image and the familiarity of a leading linux distribution.
* All Bitnami images available in Docker Hub are signed with [Docker Content Trust (DTC)](https://docs.docker.com/engine/security/trust/content_trust/). You can use `DOCKER_CONTENT_TRUST=1` to verify the integrity of the images.
* All our images are based on [minideb](https://github.com/bitnami/minideb) a minimalist Debian based container image which gives you a small base container image and the familiarity of a leading Linux distribution.
* All Bitnami images available in Docker Hub are signed with [Docker Content Trust (DCT)](https://docs.docker.com/engine/security/trust/content_trust/). You can use `DOCKER_CONTENT_TRUST=1` to verify the integrity of the images.
* Bitnami container images are released daily with the latest distribution packages available.
@ -28,7 +28,7 @@ $ docker run --name telegraf bitnami/telegraf:latest
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
* [`1-debian-10`, `1.15.1-debian-10-r1`, `1`, `1.15.1`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-telegraf/blob/1.15.1-debian-10-r1/1/debian-10/Dockerfile)
* [`1-debian-10`, `1.15.1-debian-10-r2`, `1`, `1.15.1`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-telegraf/blob/1.15.1-debian-10-r2/1/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/telegraf GitHub repo](https://github.com/bitnami/bitnami-docker-telegraf).