mirror of
https://github.com/bitnami/containers.git
synced 2026-03-01 06:57:49 +08:00
1.2.2-r0 release
Update fluentd to 1.2.2
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
FROM bitnami/ruby:latest-prod as buildenv
|
||||
|
||||
RUN install_packages ca-certificates libc6 wget
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/fluentd-1.2.1-0-linux-x64-debian-8.tar.gz && \
|
||||
echo "894e6ca54681bc3cc461e22ef957a4e1bdea4b80d034a0f79485c69d636103d5 /tmp/bitnami/pkg/cache/fluentd-1.2.1-0-linux-x64-debian-8.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/fluentd-1.2.1-0-linux-x64-debian-8.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/fluentd-1.2.1-0-linux-x64-debian-8.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/fluentd-1.2.2-0-linux-x64-debian-8.tar.gz && \
|
||||
echo "392822f17520d95555c243726cc70804a9bbfb130b34dbea22cefafd9f783280 /tmp/bitnami/pkg/cache/fluentd-1.2.2-0-linux-x64-debian-8.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/fluentd-1.2.2-0-linux-x64-debian-8.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/fluentd-1.2.2-0-linux-x64-debian-8.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.1-r16" \
|
||||
BITNAMI_IMAGE_VERSION="1.2.2-r0" \
|
||||
GEM_HOME="/opt/bitnami/fluentd" \
|
||||
PATH="/opt/bitnami/fluentd/bin:$PATH"
|
||||
|
||||
|
||||
@@ -21,8 +21,8 @@ $ docker run --name fluentd bitnami/fluentd:latest
|
||||
|
||||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
* [`1`, `1.2.1-r16`, `latest` (1/Dockerfile)](https://github.com/bitnami/bitnami-docker-fluentd/blob/1.2.1-r16/1/Dockerfile)
|
||||
* [`1-ol-7`, `1.2.1-ol-7-r0` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-fluentd/blob/1.2.1-ol-7-r0/1/ol-7/Dockerfile)
|
||||
* [`1`, `1.2.2-r0`, `latest` (1/Dockerfile)](https://github.com/bitnami/bitnami-docker-fluentd/blob/1.2.2-r0/1/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/fluentd GitHub repo](https://github.com/bitnami/bitnami-docker-fluentd).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user