Sign inSign up
fluentd logo

fluentd:v1.18.0-debian-1.0

Multi-platform
Also known as:
v1.18-debian-1
Monitoring & observability
Index digest

sha256:e864a1b77aba7a59882a804f63e5f08f4a51dc84ddbd25a6ca0786a5d38080f5

OS/ARCH

Compressed size

63.17 MB

Last pushed

about 1 year by doijanky

Type

Image

Vulnerabilities

6
63
37
44
6

Manifest digest

sha256:5c1fa108269dae39a77207230a366807c501cdc651034ddac2dd1f0692603675

Layers (25)

ruby:0cf0fc3ff3e9f0d7eb5c3e35bb9eacf3fc7056c1a8a9cfc5c41e53d11518a3eb
5
49
36
41
6
fluentd:v1.18.0-debian-1.0
1
14
1
4
0

13

LABEL maintainer=Fluentd developers <[email protected]>

0 B


14

LABEL Description=Fluentd docker image Vendor=Fluent Organization Version=1.18.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.5 && gem install json -v 2.7.4 && gem install rexml -v 3.3.9 && gem install async -v 1.32.1 && gem install async-http -v 0.64.2 && gem install fluentd -v 1.18.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

5.07 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

404 B


18

COPY entrypoint.sh /bin/ # buildkit

482 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