1.2.5-ol-7-r17 release

Maintenance release
This commit is contained in:
Bitnami Bot
2018-09-14 09:50:42 +00:00
parent 774c0f3084
commit ae6a192533
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.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
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/fluentd-1.2.5-1-linux-x86_64-ol-7.tar.gz && \
echo "dad4ade1bfb78d1535aeb18be660e06b8c3950d20db5d8596239fbd14fa814d3 /tmp/bitnami/pkg/cache/fluentd-1.2.5-1-linux-x86_64-ol-7.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/fluentd-1.2.5-1-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-1-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.5-ol-7-r16" \
BITNAMI_IMAGE_VERSION="1.2.5-ol-7-r17" \
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.5-ol-7-r15` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-fluentd/blob/1.2.5-ol-7-r15/1/ol-7/Dockerfile)
* [`1-ol-7`, `1.2.5-ol-7-r17` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-fluentd/blob/1.2.5-ol-7-r17/1/ol-7/Dockerfile)
* [`1-debian-9`, `1.2.5-debian-9-r16`, `1`, `1.2.5`, `1.2.5-r16`, `latest` (1/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-fluentd/blob/1.2.5-debian-9-r16/1/debian-9/Dockerfile)
Subscribe to project updates by watching the [bitnami/fluentd GitHub repo](https://github.com/bitnami/bitnami-docker-fluentd).