From 33da88cd829d4c92c28c284e875f864b9798d02c Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 22 Nov 2018 17:56:53 +0000 Subject: [PATCH] 1.3.0-debian-9-r3 release --- bitnami/fluentd/1/debian-9/Dockerfile | 2 +- bitnami/fluentd/README.md | 14 +++++++++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/bitnami/fluentd/1/debian-9/Dockerfile b/bitnami/fluentd/1/debian-9/Dockerfile index 9e3a852c100f..2bf28c05a475 100644 --- a/bitnami/fluentd/1/debian-9/Dockerfile +++ b/bitnami/fluentd/1/debian-9/Dockerfile @@ -13,7 +13,7 @@ LABEL maintainer "Bitnami " COPY --from=buildenv /opt/bitnami/fluentd /opt/bitnami/fluentd ENV BITNAMI_APP_NAME="fluentd" \ - BITNAMI_IMAGE_VERSION="1.3.0-debian-9-r2" \ + BITNAMI_IMAGE_VERSION="1.3.0-debian-9-r3" \ FLUENTD_CONF="fluentd.conf" \ FLUENTD_OPT="" \ GEM_HOME="/opt/bitnami/fluentd" \ diff --git a/bitnami/fluentd/README.md b/bitnami/fluentd/README.md index 5817e86ef5ab..6cf5b31b1a50 100644 --- a/bitnami/fluentd/README.md +++ b/bitnami/fluentd/README.md @@ -28,6 +28,18 @@ $ docker run --name fluentd bitnami/fluentd:latest Non-root container images add an extra layer of security and are generally recommended for production environments. However, because they run as a non-root user, privileged tasks are typically off-limits. Learn more about non-root containers [in our docs](https://docs.bitnami.com/containers/how-to/work-with-non-root-containers/). +# How to deploy Fluentd in Kubernetes? + +You can find an example for testing in the file `test.yaml`. To launch this sample file run: + +```bash +$ kubectl apply -f test.yaml +``` + +> NOTE: If you are pulling from a private containers registry, replace the image name with the full URL to the docker image. E.g. +> +> - image: 'your-registry/image-name:your-version' + # Supported tags and respective `Dockerfile` links > NOTE: Debian 8 images have been deprecated in favor of Debian 9 images. Bitnami will not longer publish new Docker images based on Debian 8. @@ -36,7 +48,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t * [`1-ol-7`, `1.3.0-ol-7-r11` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-fluentd/blob/1.3.0-ol-7-r11/1/ol-7/Dockerfile) -* [`1-debian-9`, `1.3.0-debian-9-r2`, `1`, `1.3.0`, `1.3.0-r2`, `latest` (1/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-fluentd/blob/1.3.0-debian-9-r2/1/debian-9/Dockerfile) +* [`1-debian-9`, `1.3.0-debian-9-r3`, `1`, `1.3.0`, `1.3.0-r3`, `latest` (1/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-fluentd/blob/1.3.0-debian-9-r3/1/debian-9/Dockerfile) Subscribe to project updates by watching the [bitnami/fluentd GitHub repo](https://github.com/bitnami/bitnami-docker-fluentd).