diff --git a/bitnami/kafka-exporter/1/debian-10/Dockerfile b/bitnami/kafka-exporter/1/debian-10/Dockerfile index 2c23f8d98b73..8a937a159916 100644 --- a/bitnami/kafka-exporter/1/debian-10/Dockerfile +++ b/bitnami/kafka-exporter/1/debian-10/Dockerfile @@ -11,7 +11,7 @@ RUN apt-get update && apt-get upgrade -y && \ rm -r /var/lib/apt/lists /var/cache/apt/archives ENV BITNAMI_APP_NAME="kafka-exporter" \ - BITNAMI_IMAGE_VERSION="1.2.0-debian-10-r84" \ + BITNAMI_IMAGE_VERSION="1.2.0-debian-10-r85" \ PATH="/opt/bitnami/kafka-exporter/bin:$PATH" EXPOSE 9308 diff --git a/bitnami/kafka-exporter/README.md b/bitnami/kafka-exporter/README.md index e696e5ce14e4..493634ea69d3 100644 --- a/bitnami/kafka-exporter/README.md +++ b/bitnami/kafka-exporter/README.md @@ -23,14 +23,14 @@ $ docker run --name kafka-exporter bitnami/kafka-exporter:latest # Why use a non-root container? -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/). +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/tutorials/work-with-non-root-containers/). # Supported tags and respective `Dockerfile` links -Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/containers/how-to/understand-rolling-tags-containers/). +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.2.0-debian-10-r84`, `1`, `1.2.0`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-kafka-exporter/blob/1.2.0-debian-10-r84/1/debian-10/Dockerfile) +* [`1-debian-10`, `1.2.0-debian-10-r85`, `1`, `1.2.0`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-kafka-exporter/blob/1.2.0-debian-10-r85/1/debian-10/Dockerfile) Subscribe to project updates by watching the [bitnami/kafka-exporter GitHub repo](https://github.com/bitnami/bitnami-docker-kafka-exporter).