Namespace
fluent
Image / Tag
fluentd-kubernetes-daemonset:v0.12.33-debian-papertrail
Content Digest
sha256:8b14fdb50f72dee1043f0293a01505d8f5cb26567a593c33f8177f74dd098e4d
Details
Created

2018-07-03 15:39:13 UTC

Size

111 MB

Content Digest
Labels
  • Description
    Fluentd docker image
  • Vendor
    Fluent Organization
  • Version
    1.1
  • 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/libjemalloc.so.2

PATH

/fluentd/vendor/bundle/ruby/2.3.0/bin:/home/fluent/.gem/ruby/2.3.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:172ac2b4ec8b224e7ee8fb13df242602bc9e7e6c528dc4383ae02ee99ca1f1be - 19.23% (21.4 MB)

[#001] sha256:88e2eb47a2d9e885ad2ac7289c77fc979cce3c3060645311589a690152a888ca - 30.13% (33.5 MB)

[#002] sha256:0f84777884356524bdbc46d8166ce2dcab6f9c44b5548fa5220a4340e56892c8 - 0.0% (3.95 KB)

[#003] sha256:f981bf56ee4b57a3db619a8b25e2c3e481bbeb705d5b18cb8947551e7f8f9348 - 0.0% (114 Bytes)

[#004] sha256:d1fbd728bb8c0c916d3c6c7fc3d9149bf05c59d89b2a76e62b3cf7af18d38be7 - 0.0% (137 Bytes)

[#005] sha256:33fa56949fa5ac4e9e448af86abe37fff910a644b6b5edf4516d069c0f090b9f - 0.0% (153 Bytes)

[#006] sha256:a65ba873ccfd1eb81e683240e484368fb8f6e505da43fceab74b597473488a24 - 0.0% (191 Bytes)

[#007] sha256:59b83465f5f79f72b3613fc474b0ab187433e343f74d683aa704ac882b8bf509 - 0.0% (407 Bytes)

[#008] sha256:fd6ca52e6ae36c9e2ddd083787ebfa511bdf28a9f0341cac31d34268d41c60a7 - 0.0% (1.26 KB)

[#009] sha256:9c3482622a8e4238b96a646babcf5dad4e4c329cc2fd74fe1fafe234c4df95eb - 50.63% (56.3 MB)

[#010] sha256:4342ae1b54183a301e3e759106dc08b20cc82f48eb218a921e9ad92ffebd5781 - 0.0% (437 Bytes)

[#011] sha256:66392600e10a89a21c92e42caaab9f8eedc6fd36ab6f449b34c743e031b20bc0 - 0.0% (608 Bytes)

[#012] sha256:7b48973733a85bb0e8f3458163d24758688008b2f3bb6458e42f280ed4f67029 - 0.0% (1.65 KB)

[#013] sha256:ada6097fea4ca855a2d42935c29aee3ced0b678111eeaa61408f85c7c315478d - 0.0% (1.12 KB)

[#014] sha256:69a23840ef2402c45c9d8e114b6b56db45d7cb4427b5aaab038a124b7636ed97 - 0.0% (246 Bytes)


History
2017-03-21 18:34:09 UTC

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

2017-03-21 18:34:09 UTC

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

2017-03-24 05:24:42 UTC

/bin/sh -c #(nop) MAINTAINER TAGOMORI Satoshi <tagomoris@gmail.com>

2017-03-24 05:24:43 UTC

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

2017-03-24 05:27:41 UTC

/bin/sh -c apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends ca-certificates ruby && buildDeps=" make gcc g++ libc-dev ruby-dev wget bzip2 " && apt-get install -y --no-install-recommends $buildDeps && update-ca-certificates && echo 'gem: --no-document' >> /etc/gemrc && gem install oj && gem install json && gem install fluentd -v 0.12.33 && wget -O /tmp/jemalloc-4.4.0.tar.bz2 https://github.com/jemalloc/jemalloc/releases/download/4.4.0/jemalloc-4.4.0.tar.bz2 && cd /tmp && tar -xjf jemalloc-4.4.0.tar.bz2 && cd jemalloc-4.4.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

2017-03-24 05:27:43 UTC

/bin/sh -c useradd fluent -d /home/fluent -m -U

2017-03-24 05:27:45 UTC

/bin/sh -c chown -R fluent:fluent /home/fluent

2017-03-24 05:27:48 UTC

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

2017-03-24 05:27:50 UTC

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

2017-03-24 05:27:52 UTC

/bin/sh -c chown -R fluent:fluent /fluentd

2017-03-24 05:27:54 UTC

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

2017-03-24 05:27:56 UTC

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

2017-03-24 05:27:58 UTC

/bin/sh -c echo "gem: --user-install --no-document" >> ~/.gemrc

2017-03-24 05:28:00 UTC

/bin/sh -c #(nop) ENV PATH=/home/fluent/.gem/ruby/2.3.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2017-03-24 05:28:02 UTC

/bin/sh -c #(nop) ENV GEM_PATH=/home/fluent/.gem/ruby/2.3.0:

2017-03-24 05:28:04 UTC

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

2017-03-24 05:28:06 UTC

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

2017-03-24 05:28:08 UTC

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

2017-03-24 05:28:10 UTC

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

2017-03-24 05:28:12 UTC

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

2017-03-24 05:28:15 UTC

/bin/sh -c #(nop) CMD ["/bin/sh" "-c" "exec fluentd -c /fluentd/etc/$FLUENTD_CONF -p /fluentd/plugins $FLUENTD_OPT"]

2018-07-03 15:34:59 UTC

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

2018-07-03 15:34:59 UTC

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

2018-07-03 15:34:59 UTC

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

2018-07-03 15:35:00 UTC

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

2018-07-03 15:35:00 UTC

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

2018-07-03 15:35:01 UTC

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

2018-07-03 15:35:01 UTC

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

2018-07-03 15:35:02 UTC

/bin/sh -c #(nop) COPY multi:8f05c15bbae315d46c4772253359844f9b39c87df7d128db936dcea0e547e986 in /fluentd/

2018-07-03 15:39:11 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 && 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

2018-07-03 15:39:11 UTC

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

2018-07-03 15:39:12 UTC

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

2018-07-03 15:39:12 UTC

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

2018-07-03 15:39:12 UTC

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

2018-07-03 15:39:12 UTC

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

2018-07-03 15:39:12 UTC

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

2018-07-03 15:39:13 UTC

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

2018-07-03 15:39:13 UTC

/bin/sh -c #(nop) CMD ["/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