Sign inSign up
fluentd logo

fluentd:v1.19.0-debian-1.0

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

sha256:8680b920563192348ac191fdda16ebce739da1d9bbc6c42711ab9d04942a24ed

OS/ARCH

Compressed size

72.81 MB

Last pushed

10 months by doijanky

Type

Image

Vulnerabilities

9
49
30
56
7

Manifest digest

sha256:d59f8c6c6c48737bdee2b613c8be0b526308445a9ef7c51155188153a96409d1

Layers (25)

ruby:f865801465c6c62c93a6d567f13ce4592195094431f056a5e5693a57dd92702f
8
35
29
53
7
fluentd:v1.19.0-debian-1.0
1
14
1
5
0

13

LABEL maintainer=Fluentd developers <[email protected]>

0 B


14

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

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 && gem install oj -v 3.16.11 && gem install json -v 2.13.2 && gem install rexml -v 3.4.1 && gem install async -v 2.24.0 && gem install async-http -v 0.89.0 && gem install fluentd -v 1.19.0 && 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.02 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

400 B


18

COPY entrypoint.sh /bin/ # buildkit

477 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