Sign inSign up
fluentd logo

fluentd:v1.19-1

Multi-platform
Also known as:
latest
v1.19-debian-1
v1.19.3-1.0
v1.19.3-debian-1.0
Monitoring & observability
Index digest

sha256:5c0964290fac6fbf6739bb21d623d7dc0c052f980657b226167952a47f41c4d7

OS/ARCH

Compressed size

69.83 MB

Last pushed

about 3 hours by doijanky

Type

Image

Vulnerabilities

0
1
1
25
2

Manifest digest

sha256:19ffa596ff158e68cf168c2733ed5acf5fbc0296ac47bb9c7e4b2872888c5b34

Layers (25)

oisupport/staging-arm32v5:cd059668369fa14a9fb4ed3b921dcb7ce8048e9b4a1ed91e2602f76af23b6f1a
0
1
1
25
2
fluentd:v1.19-1
0
0
0
1
0

13

LABEL maintainer=Fluentd developers <[email protected]>

0 B


14

LABEL Description=Fluentd docker image Vendor=Fluent Organization Version=1.19.3

0 B


15

RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates tini && buildDeps=" make gcc g++ libc-dev wget bzip2 gnupg dirmngr " && apt-get install -y --no-install-recommends $buildDeps && echo 'gem: --no-document' >> /etc/gemrc && export MAKEFLAGS=-j$(nproc) && gem install oj -v 3.17.3 && gem install json -v 2.13.2 && gem install rexml -v 3.4.4 && gem install async -v 2.24.0 && gem install async-http -v 0.89.0 && gem install fluentd -v 1.19.3 && unset MAKEFLAGS && export GEM_DIR=$(ruby -e 'puts Gem.dir') && echo GEM_DIR=$GEM_DIR && rm -rf $GEM_DIR/cache/*.gem && find $GEM_DIR -maxdepth 3 -type d -name test -or -name ext -or -name spec -or -name benchmark | xargs -r rm -rfv && find $GEM_DIR -name "*.so" | xargs -r strip && dpkgArch="$(dpkg --print-architecture | awk -F- '{ print $NF }')" && wget -O /tmp/jemalloc-5.3.0.tar.bz2 https://github.com/jemalloc/jemalloc/releases/download/5.3.0/jemalloc-5.3.0.tar.bz2 && cd /tmp && tar -xjf jemalloc-5.3.0.tar.bz2 --no-same-owner && cd jemalloc-5.3.0/ && (echo "je_cv_madv_free=no" > config.cache) && ./configure -C && make && mv lib/libjemalloc.so.2 /usr/lib && apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false $buildDeps '*-dev' && rm -rf /var/lib/apt/lists/* && rm -rf /tmp/* /var/tmp/* # buildkit

6.01 MB


16

RUN /bin/sh -c groupadd -r fluent && useradd -r -g fluent fluent && mkdir -p /fluentd/log && mkdir -p /fluentd/etc /fluentd/plugins && chown -R fluent /fluentd && chgrp -R fluent /fluentd # buildkit

1.18 KB


17

COPY fluent.conf /fluentd/etc/ # buildkit

401 B


18

COPY entrypoint.sh /bin/ # buildkit

476 B


19

ENV FLUENTD_CONF=fluent.conf

0 B


20

ENV LD_PRELOAD=/usr/lib/libjemalloc.so.2

0 B


21

EXPOSE map[24224/tcp:{} 5140/tcp:{}]

0 B


22

USER fluent

0 B


23

ENTRYPOINT ["tini" "--" "/bin/entrypoint.sh"]

0 B


24

CMD ["fluentd"]

0 B