From b9fcdd03256d85aa596cf7e4b3cc313bad73bd55 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 31 Jul 2020 18:56:40 +0000 Subject: [PATCH] 1.15.1-debian-10-r2 release --- bitnami/telegraf/1/debian-10/Dockerfile | 2 +- bitnami/telegraf/README.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bitnami/telegraf/1/debian-10/Dockerfile b/bitnami/telegraf/1/debian-10/Dockerfile index f4eaee8db3f2..b8e615fe96e8 100644 --- a/bitnami/telegraf/1/debian-10/Dockerfile +++ b/bitnami/telegraf/1/debian-10/Dockerfile @@ -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 diff --git a/bitnami/telegraf/README.md b/bitnami/telegraf/README.md index af07677f023a..d5ee9f057ef8 100644 --- a/bitnami/telegraf/README.md +++ b/bitnami/telegraf/README.md @@ -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).