1.11.2-debian-10-r29 release

This commit is contained in:
Bitnami Bot 2020-09-18 10:42:29 +00:00
parent 0143b9b667
commit aed80a0e8f
3 changed files with 5 additions and 5 deletions

View File

@ -11,7 +11,7 @@ COPY prebuildfs /
RUN install_packages acl ca-certificates curl ghostscript gzip imagemagick libc6 libgcc1 libgmp-dev libjemalloc-dev libncurses5-dev libncurses6 libreadline-dev libreadline7 libssl-dev libssl1.1 libstdc++6 libtinfo6 libxml2-dev libxslt1-dev procps sqlite3 tar wget zlib1g zlib1g-dev
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "ruby" "2.6.6-1" --checksum bffb82ccf296b8fcd3a28255ac372a6234efbcd57a2a2f9b9fa924724038abdb
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.12.0-1" --checksum 51cfb1b7fd7b05b8abd1df0278c698103a9b1a4964bdacd87ca1d5c01631d59c
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "fluentd" "1.11.2-0" --checksum fe4a02954e74fbd37327bebd0c9b5cd0c764a6f9ad6292c636fcf1c398d0318f
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "fluentd" "1.11.2-2" --checksum d60580e839b52c44700893012e84836b71e64296f8b9df732fcac08f9c5d1057
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami
@ -19,7 +19,7 @@ RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/fluentd/postunpack.sh
ENV BITNAMI_APP_NAME="fluentd" \
BITNAMI_IMAGE_VERSION="1.11.2-debian-10-r27" \
BITNAMI_IMAGE_VERSION="1.11.2-debian-10-r29" \
GEM_HOME="/opt/bitnami/fluentd" \
PATH="/opt/bitnami/ruby/bin:/opt/bitnami/common/bin:/opt/bitnami/fluentd/bin:$PATH"

View File

@ -1,10 +1,10 @@
{
"fluentd": {
"arch": "amd64",
"digest": "fe4a02954e74fbd37327bebd0c9b5cd0c764a6f9ad6292c636fcf1c398d0318f",
"digest": "d60580e839b52c44700893012e84836b71e64296f8b9df732fcac08f9c5d1057",
"distro": "debian-10",
"type": "NAMI",
"version": "1.11.2-0"
"version": "1.11.2-2"
},
"gosu": {
"arch": "amd64",

View File

@ -30,7 +30,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-10`, `1.11.2`, `1.11.2-debian-10-r27`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-fluentd/blob/1.11.2-debian-10-r27/1/debian-10/Dockerfile)
* [`1`, `1-debian-10`, `1.11.2`, `1.11.2-debian-10-r29`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-fluentd/blob/1.11.2-debian-10-r29/1/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/fluentd GitHub repo](https://github.com/bitnami/bitnami-docker-fluentd).