1.2.6-ol-7-r12 release

This commit is contained in:
Bitnami Bot 2018-10-18 02:46:21 +00:00
parent 166a24a24e
commit 80ecf043d6
2 changed files with 6 additions and 6 deletions

View File

@ -1,10 +1,10 @@
FROM bitnami/ruby:2.5-ol-7 as buildenv
RUN install_packages ca-certificates glibc libgcc libstdc++ nss-softokn-freebl wget
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/fluentd-1.2.6-0-linux-x86_64-ol-7.tar.gz && \
echo "5a0227bb9eff233dbffde2efd1efe7b6620d1e4c3b3d29ffdc1ff9d793d9e5f3 /tmp/bitnami/pkg/cache/fluentd-1.2.6-0-linux-x86_64-ol-7.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/fluentd-1.2.6-0-linux-x86_64-ol-7.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/fluentd-1.2.6-0-linux-x86_64-ol-7.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/fluentd-1.2.6-2-linux-x86_64-ol-7.tar.gz && \
echo "71a23367e4b0364dd54a513498c0d7abc572f20cd28c26b521eee183f0b4a235 /tmp/bitnami/pkg/cache/fluentd-1.2.6-2-linux-x86_64-ol-7.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/fluentd-1.2.6-2-linux-x86_64-ol-7.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/fluentd-1.2.6-2-linux-x86_64-ol-7.tar.gz
##################
@ -13,7 +13,7 @@ LABEL maintainer "Bitnami <containers@bitnami.com>"
COPY --from=buildenv /opt/bitnami/fluentd /opt/bitnami/fluentd
ENV BITNAMI_APP_NAME="fluentd" \
BITNAMI_IMAGE_VERSION="1.2.6-ol-7-r11" \
BITNAMI_IMAGE_VERSION="1.2.6-ol-7-r12" \
FLUENTD_CONF="fluentd.conf" \
FLUENTD_OPT="" \
GEM_HOME="/opt/bitnami/fluentd" \

View File

@ -35,7 +35,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/containers/how-to/understand-rolling-tags-containers/).
* [`1-ol-7`, `1.2.6-ol-7-r11` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-fluentd/blob/1.2.6-ol-7-r11/1/ol-7/Dockerfile)
* [`1-ol-7`, `1.2.6-ol-7-r12` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-fluentd/blob/1.2.6-ol-7-r12/1/ol-7/Dockerfile)
* [`1-debian-9`, `1.2.6-debian-9-r14`, `1`, `1.2.6`, `1.2.6-r14`, `latest` (1/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-fluentd/blob/1.2.6-debian-9-r14/1/debian-9/Dockerfile)
Subscribe to project updates by watching the [bitnami/fluentd GitHub repo](https://github.com/bitnami/bitnami-docker-fluentd).