1.11.2-debian-10-r35 release

This commit is contained in:
Bitnami Bot 2020-09-23 10:00:01 +00:00
parent ccbb43183b
commit 008b62784f
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-2" --checksum d60580e839b52c44700893012e84836b71e64296f8b9df732fcac08f9c5d1057
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "fluentd" "1.11.2-3" --checksum 7ec961ced732bd8ed1fa3e5069e621427aa8e7d1782cc2fd2e0b3657d04526ed
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-r34" \
BITNAMI_IMAGE_VERSION="1.11.2-debian-10-r35" \
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": "d60580e839b52c44700893012e84836b71e64296f8b9df732fcac08f9c5d1057",
"digest": "7ec961ced732bd8ed1fa3e5069e621427aa8e7d1782cc2fd2e0b3657d04526ed",
"distro": "debian-10",
"type": "NAMI",
"version": "1.11.2-2"
"version": "1.11.2-3"
},
"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-r34`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-fluentd/blob/1.11.2-debian-10-r34/1/debian-10/Dockerfile)
* [`1`, `1-debian-10`, `1.11.2`, `1.11.2-debian-10-r35`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-fluentd/blob/1.11.2-debian-10-r35/1/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/fluentd GitHub repo](https://github.com/bitnami/bitnami-docker-fluentd).