Namespace
fluent
Image / Tag
fluentd-kubernetes-daemonset:v0.12.33-debian-logzio
Content Digest
sha256:f09661a35291f0c4932546050354533e30144fb84dbaa16df7a9a4618cce4916
Details
Created

2018-07-04 16:57:44 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.14% (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:c9de9b7b9945f0c21d758d3a5db578861351f9581029b18dd6c9a7d3db77cd81 - 0.0% (1.21 KB)

[#009] sha256:dcb3f72022e815271e699803e2debde345c14624252af79b1da84733b132f45a - 50.62% (56.2 MB)

[#010] sha256:e04d802a595f54f0acb30c81a57d1d3a40a32a0481007957c4d8502ad307e3b1 - 0.0% (897 Bytes)

[#011] sha256:7a67a2ce4cfadca112477908f04c88d723439d6dfec912fca4708e25928d8847 - 0.0% (472 Bytes)

[#012] sha256:c8abf78a237ebde608cfac7ffec877c620040ddaf98f4da7c20724beb2f30fdc - 0.0% (1.48 KB)

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

[#014] sha256:64034bc578236832d5becb06611f94033a3066444e81949d0ceeb49a96b13c2a - 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-04 16:53:18 UTC

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

2018-07-04 16:53:18 UTC

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

2018-07-04 16:53:18 UTC

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

2018-07-04 16:53:19 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-04 16:53:19 UTC

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

2018-07-04 16:53:19 UTC

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

2018-07-04 16:53:20 UTC

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

2018-07-04 16:53:21 UTC

/bin/sh -c #(nop) COPY multi:97ae0105a8cdccb3b50c75d2807f4265c6007f559f8a95974123ef0a2f0f6348 in /fluentd/

2018-07-04 16:57:42 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-04 16:57:43 UTC

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

2018-07-04 16:57:43 UTC

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

2018-07-04 16:57:43 UTC

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

2018-07-04 16:57:43 UTC

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

2018-07-04 16:57:44 UTC

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

2018-07-04 16:57:44 UTC

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

2018-07-04 16:57:44 UTC

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

2018-07-04 16:57:44 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