1.2.5-ol-7-r0 release

Update fluentd to 1.2.5
This commit is contained in:
Bitnami Bot
2018-08-28 11:07:21 +00:00
parent c38718e4da
commit 21e545acf6
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.4-0-linux-x86_64-ol-7.tar.gz && \
echo "4f8f520bc7d6204e4da96e603f873bda7d2e4333aafb5509cee7233147ca629b /tmp/bitnami/pkg/cache/fluentd-1.2.4-0-linux-x86_64-ol-7.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/fluentd-1.2.4-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.4-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.5-0-linux-x86_64-ol-7.tar.gz && \
echo "1948161920c90117dfc535cde59965ab67662e8e93761219392d8e2e4d6b5c89 /tmp/bitnami/pkg/cache/fluentd-1.2.5-0-linux-x86_64-ol-7.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/fluentd-1.2.5-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.5-0-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.4-ol-7-r16" \
BITNAMI_IMAGE_VERSION="1.2.5-ol-7-r0" \
FLUENTD_CONF="fluentd.conf" \
FLUENTD_OPT="" \
GEM_HOME="/opt/bitnami/fluentd" \

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