1.14.6-debian-11-r9 release

This commit is contained in:
Bitnami Bot 2022-06-25 12:04:51 +00:00 committed by Bitnami Containers
parent c0bcd2bdae
commit d89a67a9e4
2 changed files with 3 additions and 2 deletions

View File

@ -5,6 +5,7 @@ ENV HOME="/" \
OS_NAME="linux"
COPY prebuildfs /
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Install required system packages and dependencies
RUN install_packages acl ca-certificates curl gzip libc6 libcrypt1 libgcc-s1 libjemalloc-dev libncurses5-dev libreadline-dev libreadline8 libssl-dev libssl1.1 libstdc++6 libtinfo6 procps sqlite3 tar wget zlib1g
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "ruby" "3.1.2-150" --checksum 00b238602b8c973e7a85e45f2f24bbe9cf200802ea37578e7689b3cc0a3415b7

View File

@ -34,7 +34,7 @@ Non-root container images add an extra layer of security and are generally recom
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`, `1-debian-11`, `1.14.6`, `1.14.6-debian-11-r8`, `latest` (1/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-fluentd/blob/1.14.6-debian-11-r8/1/debian-11/Dockerfile)
* [`1`, `1-debian-11`, `1.14.6`, `1.14.6-debian-11-r9`, `latest` (1/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-fluentd/blob/1.14.6-debian-11-r9/1/debian-11/Dockerfile)
Subscribe to project updates by watching the [bitnami/fluentd GitHub repo](https://github.com/bitnami/bitnami-docker-fluentd).
@ -157,7 +157,7 @@ You can configure the containers [logging driver](https://docs.docker.com/engine
The Bitnami Fluentd Open Source Docker image is built using a Dockerfile with the structure below:
```Dockerfile
FROM bitnami/minideb:buster
FROM bitnami/minideb
...
COPY prebuildfs /
## Install required system packages and dependencies