mirror of
https://github.com/bitnami/containers.git
synced 2026-02-26 15:57:21 +08:00
1.2.2-r21 release
Added plugins by default: activesupport, fluent-plugin-kubernetes_metadata_filter, fluent-plugin-elasticsearch, fluent-plugin-systemd, fluent-plugin-detect-exceptions, fluent-plugin-prometheus, fluent-plugin-multi-format-parser
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.2-1-linux-x64-debian-8.tar.gz && \
|
||||
echo "30326014bd6158420f2c18f8836b5e7dad36778d5da7c894947c6d3243faf16e /tmp/bitnami/pkg/cache/fluentd-1.2.2-1-linux-x64-debian-8.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/fluentd-1.2.2-1-linux-x64-debian-8.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/fluentd-1.2.2-1-linux-x64-debian-8.tar.gz
|
||||
RUN install_packages ca-certificates libc6 libgcc1 libstdc++6 wget
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/fluentd-1.2.2-2-linux-x64-debian-8.tar.gz && \
|
||||
echo "18ffed6b73ecfdf8670c1787fec771ff30a585eba357a2416187221f8dd465b5 /tmp/bitnami/pkg/cache/fluentd-1.2.2-2-linux-x64-debian-8.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/fluentd-1.2.2-2-linux-x64-debian-8.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/fluentd-1.2.2-2-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.2-r20" \
|
||||
BITNAMI_IMAGE_VERSION="1.2.2-r21" \
|
||||
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.2-r20`, `latest` (1/Dockerfile)](https://github.com/bitnami/bitnami-docker-fluentd/blob/1.2.2-r20/1/Dockerfile)
|
||||
* [`1-ol-7`, `1.2.2-ol-7-r7` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-fluentd/blob/1.2.2-ol-7-r7/1/ol-7/Dockerfile)
|
||||
* [`1`, `1.2.2-r21`, `latest` (1/Dockerfile)](https://github.com/bitnami/bitnami-docker-fluentd/blob/1.2.2-r21/1/Dockerfile)
|
||||
* [`1-ol-7`, `1.2.2-ol-7-r8` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-fluentd/blob/1.2.2-ol-7-r8/1/ol-7/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