Namespace
fluent
Image / Tag
fluentd-kubernetes-daemonset:v1.3.3-debian-logentries-1.2
Content Digest
sha256:513065248306d693afd34640cbefce5d9680a30c0591ceb638736600d186ef9d
Details
Created

2019-04-03 20:53:35 UTC

Size

87.7 MB

Content Digest
Labels
  • Description
    Fluentd docker image
  • Vendor
    Fluent Organization
  • Version
    1.3.3
  • maintainer
    Eduardo Silva <eduardo@treasure-data.com>

Environment
FLUENTD_CONF

fluent.conf

FLUENTD_DISABLE_BUNDLER_INJECTION

1

FLUENTD_OPT

GEM_HOME

/fluentd/vendor/bundle/ruby/2.3.0

GEM_PATH

/fluentd/vendor/bundle/ruby/2.3.0

LD_PRELOAD

/usr/lib/x86_64-linux-gnu/libjemalloc.so.1

PATH

/fluentd/vendor/bundle/ruby/2.3.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

TINI_VERSION

0.18.0


Layers

[#000] sha256:5e6ec7f28fb77f84f64b8c29fcb0a746260563f5858315e3e9fcc4aee2844840 - 24.47% (21.5 MB)

[#001] sha256:abdac0ada20524dc0c671a2b82a936c7b11b252341c48dd451b6deb51340cafc - 27.2% (23.8 MB)

[#002] sha256:9696f1258c00ffd4221125aa69fa6e51b6b09eccef7890b802169f86822e9210 - 0.0% (116 Bytes)

[#003] sha256:6bc6c9cdca233eafcc1ff65672e6884d5dd4eb3fcb4966cef54cc09079116d2e - 0.0% (136 Bytes)

[#004] sha256:78687cae66f75b757b4ad0bd47be8eb54bb31ba5d0280a186bfdba97b7aac997 - 0.0% (1.71 KB)

[#005] sha256:f226f8c20b48fd969d7b3e82194a93491834870dc5d43a9cfda61892ce30857c - 0.0% (152 Bytes)

[#006] sha256:8fce1fc34c012baba892fbc03064e5fecfbda579484d850ad79fc3bc8772acef - 0.0% (408 Bytes)

[#007] sha256:1ff25be881ce9c9ca85013289bd089ef83a2572d0585ce8547173d8e67679055 - 0.0% (431 Bytes)

[#008] sha256:b3a018504a0c2699868fc52f6cf84a32678bf048f77a83ccc0b911287c08fe5a - 0.0% (116 Bytes)

[#009] sha256:365a9efe806abadc82ceb73de8c2b8c0479b795a366ebc7804252f8d66fd259d - 0.0% (1.3 KB)

[#010] sha256:2b58a12c70c25f5fea9eba0b69c628150663c64ce5294805d49e74b33071cafd - 48.32% (42.4 MB)

[#011] sha256:a8041ee87a5e226fd48dcbea19b2966d8f2d6fc64b658441d1cc4c694631984f - 0.0% (449 Bytes)

[#012] sha256:1cabb14c11dbc020787a54cfd05dd460ed6669b645dad2211d21f8e651f867e9 - 0.0% (504 Bytes)

[#013] sha256:a97bfa55f525d533791f89c8d525416d179840b6f09d000a582684a7552838bf - 0.0% (1.51 KB)

[#014] sha256:068f9f158eb9f008ad7570a8e42e67a716475e4c1d51cb86d662a118a3b9b600 - 0.0% (411 Bytes)

[#015] sha256:7a66a700454895eab649b0c166b904c6e057b18dc83ccd6b57b8690614b0cc05 - 0.0% (160 Bytes)

[#016] sha256:483b5581d70b54fc63b357b6ade0a0e902108b53a1aae724b2c37c0cc814696a - 0.0% (2.78 KB)

[#017] sha256:21c1dc9d78a06cfc9a787d133c270f0c767e5cedbc0058ada1855744a5f8205f - 0.0% (232 Bytes)


History
2019-01-22 19:30:32 UTC

/bin/sh -c #(nop) ADD file:a65337a57a064a79ad8a3f42e8282b3e01710cb4684ccd880463cc8d2e051fa5 in /

2019-01-22 19:30:32 UTC

/bin/sh -c #(nop) CMD ["bash"]

2019-01-30 11:51:23 UTC

/bin/sh -c #(nop) LABEL maintainer=Fluentd developers <fluentd@googlegroups.com>

2019-01-30 11:51:24 UTC

/bin/sh -c #(nop) LABEL Description=Fluentd docker image Vendor=Fluent Organization Version=1.3.3

2019-01-30 11:51:24 UTC

/bin/sh -c #(nop) ENV TINI_VERSION=0.18.0

2019-01-30 11:57:58 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates ruby && buildDeps=" make gcc g++ libc-dev ruby-dev wget bzip2 gnupg dirmngr " && apt-get install -y --no-install-recommends $buildDeps && echo 'gem: --no-document' >> /etc/gemrc && gem install oj -v 3.3.10 && gem install json -v 2.1.0 && gem install fluentd -v 1.3.3 && dpkgArch="$(dpkg --print-architecture | awk -F- '{ print $NF }')" && wget -O /usr/local/bin/tini "https://github.com/krallin/tini/releases/download/v$TINI_VERSION/tini-$dpkgArch" && wget -O /usr/local/bin/tini.asc "https://github.com/krallin/tini/releases/download/v$TINI_VERSION/tini-$dpkgArch.asc" && export GNUPGHOME="$(mktemp -d)" && gpg --batch --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 6380DC428747F6C393FEACA59A84159D7001A4E5 && gpg --batch --verify /usr/local/bin/tini.asc /usr/local/bin/tini && rm -r /usr/local/bin/tini.asc && chmod +x /usr/local/bin/tini && tini -h && wget -O /tmp/jemalloc-4.5.0.tar.bz2 https://github.com/jemalloc/jemalloc/releases/download/4.5.0/jemalloc-4.5.0.tar.bz2 && cd /tmp && tar -xjf jemalloc-4.5.0.tar.bz2 && cd jemalloc-4.5.0/ && ./configure && make && mv lib/libjemalloc.so.2 /usr/lib && apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false $buildDeps && rm -rf /var/lib/apt/lists/* && rm -rf /tmp/* /var/tmp/* /usr/lib/ruby/gems/*/cache/*.gem

2019-01-30 11:58:01 UTC

/bin/sh -c mkdir -p /fluentd/log

2019-01-30 11:58:03 UTC

/bin/sh -c mkdir -p /fluentd/etc /fluentd/plugins

2019-01-30 11:58:05 UTC

/bin/sh -c groupadd -r fluent && useradd -r -g fluent fluent

2019-01-30 11:58:07 UTC

/bin/sh -c chown -R fluent /fluentd && chgrp -R fluent /fluentd

2019-01-30 11:58:08 UTC

/bin/sh -c #(nop) COPY file:b17cd36ae7d6d987574a9735f558087612017b90b84b36b4fa908880574dd7ec in /fluentd/etc/

2019-01-30 11:58:08 UTC

/bin/sh -c #(nop) COPY file:7f91f54e984e657ab79ad03bc9e5c6eef49e8625bc8f302f2731d39b9378e300 in /bin/

2019-01-30 11:58:09 UTC

/bin/sh -c #(nop) ENV LD_PRELOAD=/usr/lib/libjemalloc.so.2

2019-01-30 11:58:09 UTC

/bin/sh -c #(nop) EXPOSE 24224 5140

2019-01-30 11:58:09 UTC

/bin/sh -c #(nop) USER fluent

2019-01-30 11:58:10 UTC

/bin/sh -c #(nop) ENTRYPOINT ["tini" "--" "/bin/entrypoint.sh"]

2019-01-30 11:58:10 UTC

/bin/sh -c #(nop) CMD ["fluentd"]

2019-04-03 20:49:10 UTC

/bin/sh -c #(nop) LABEL maintainer=Eduardo Silva <eduardo@treasure-data.com>

2019-04-03 20:49:11 UTC

/bin/sh -c #(nop) USER root

2019-04-03 20:49:11 UTC

/bin/sh -c #(nop) WORKDIR /home/fluent

2019-04-03 20:49:11 UTC

/bin/sh -c #(nop) ENV PATH=/fluentd/vendor/bundle/ruby/2.3.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2019-04-03 20:49:12 UTC

/bin/sh -c #(nop) ENV GEM_PATH=/fluentd/vendor/bundle/ruby/2.3.0

2019-04-03 20:49:12 UTC

/bin/sh -c #(nop) ENV GEM_HOME=/fluentd/vendor/bundle/ruby/2.3.0

2019-04-03 20:49:13 UTC

/bin/sh -c #(nop) ENV FLUENTD_DISABLE_BUNDLER_INJECTION=1

2019-04-03 20:49:13 UTC

/bin/sh -c #(nop) COPY multi:16c18f5a21b167bf43721941839507f63dfb9fb73010221e8df81f6d41bd7180 in /fluentd/

2019-04-03 20:53:28 UTC

/bin/sh -c buildDeps="sudo make gcc g++ libc-dev ruby-dev libffi-dev" && apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends $buildDeps net-tools libjemalloc1 && gem install bundler --version 1.16.2 && bundle config silence_root_warning true && bundle install --gemfile=/fluentd/Gemfile --path=/fluentd/vendor/bundle && SUDO_FORCE_REMOVE=yes apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false $buildDeps && rm -rf /var/lib/apt/lists/* && gem sources --clear-all && rm -rf /tmp/* /var/tmp/* /usr/lib/ruby/gems/*/cache/*.gem

2019-04-03 20:53:29 UTC

/bin/sh -c #(nop) COPY file:0037b09921b60f5bab2473991e18a3073f6298f05ac0e394659d93c97c258253 in /fluentd/etc/

2019-04-03 20:53:30 UTC

/bin/sh -c #(nop) COPY file:68e7fcafad034c76c460fbe1cdade82103bce1b460f9f92021dadb548ed6410c in /fluentd/etc/

2019-04-03 20:53:30 UTC

/bin/sh -c #(nop) COPY file:241949bb13743ef93b9440a88901a871e4d963b564e77a82ee6dc2ab8d374b2d in /fluentd/etc/

2019-04-03 20:53:31 UTC

/bin/sh -c #(nop) COPY file:b7aff6a0becc268428f61a60a8b6083f1b763bf14378c88464dc7c488e2064e0 in /fluentd/etc/

2019-04-03 20:53:32 UTC

/bin/sh -c touch /fluentd/etc/disable.conf

2019-04-03 20:53:33 UTC

/bin/sh -c #(nop) COPY dir:d27c7906fead17174fabf92e00b5ac8ddaaf82e115e4b4f67c7e356e9ac9367b in /fluentd/plugins/

2019-04-03 20:53:33 UTC

/bin/sh -c #(nop) COPY file:1219fda6fe6e6a8d9e4386ac197693e0f3da3d8572a2bbdb706e3c4c000bcbb6 in /fluentd/entrypoint.sh

2019-04-03 20:53:34 UTC

/bin/sh -c #(nop) ENV FLUENTD_OPT=

2019-04-03 20:53:34 UTC

/bin/sh -c #(nop) ENV FLUENTD_CONF=fluent.conf

2019-04-03 20:53:34 UTC

/bin/sh -c #(nop) ENV LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libjemalloc.so.1

2019-04-03 20:53:35 UTC

/bin/sh -c #(nop) ENTRYPOINT ["tini" "--" "/fluentd/entrypoint.sh"]

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete