1.14.0-debian-10-r0 release

This commit is contained in:
Bitnami Bot 2021-08-30 04:28:33 +00:00
parent 8aa2bdaf78
commit 1a26723b31
3 changed files with 5 additions and 5 deletions

View File

@ -11,13 +11,13 @@ 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.8-1" --checksum aa85db57a30d79ac61743dffac4b1cbdc58b7736ffbffd873ed32248b07f9e51
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-0" --checksum 3e6fc37ca073b10a73a804d39c2f0c028947a1a596382a4f8ebe43dfbaa3a25e
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "fluentd" "1.13.3-0" --checksum 3e7f47703fef5d297b8cc1528d1858c87b5feccddca6d6fdad22e44dd15b5c78
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "fluentd" "1.14.0-0" --checksum 06268e4a6dfc2302b31e6f2b643bb794d59507c6073986f29ae2a4cc4b0142bc
RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/fluentd/postunpack.sh
ENV BITNAMI_APP_NAME="fluentd" \
BITNAMI_IMAGE_VERSION="1.13.3-debian-10-r30" \
BITNAMI_IMAGE_VERSION="1.14.0-debian-10-r0" \
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": "3e7f47703fef5d297b8cc1528d1858c87b5feccddca6d6fdad22e44dd15b5c78",
"digest": "06268e4a6dfc2302b31e6f2b643bb794d59507c6073986f29ae2a4cc4b0142bc",
"distro": "debian-10",
"type": "NAMI",
"version": "1.13.3-0"
"version": "1.14.0-0"
},
"gosu": {
"arch": "amd64",

View File

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