Namespace
fluent
Image / Tag
fluentd-kubernetes-daemonset:v0.12.33-debian-elasticsearch
Content Digest
sha256:1b39aa67873ef36331a742eae8bec6f8d4538b589d4ac8d43f1c03efb5ec1648
Details
Created

2018-07-04 16:53:18 UTC

Size

112 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.08% (21.4 MB)

[#001] sha256:88e2eb47a2d9e885ad2ac7289c77fc979cce3c3060645311589a690152a888ca - 29.9% (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:03a65fcb516898c66cf62e82326934b9799d0199db3c26bf007512254b61c243 - 0.0% (1.29 KB)

[#009] sha256:8d14889aa3539f96e867b0fc28b46c9c079184e4396cb4593a76b7a70d889a26 - 51.01% (57.1 MB)

[#010] sha256:4d32c2d43ae2a7a285208f08110a3e751b0cdc6781d5efdc56b9b01cf1a32e22 - 0.0% (621 Bytes)

[#011] sha256:df2c46bd71ac7fbef2180c5e1f082b0711a6317d1759d89b97b6d9dc2480478f - 0.0% (483 Bytes)

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

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

[#014] sha256:f89451fbf65b1c8e5975d0aa5560663be77cf38de6ce5551021767d8b6a9c493 - 0.0% (325 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:49:08 UTC

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

2018-07-04 16:49:08 UTC

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

2018-07-04 16:49:08 UTC

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

2018-07-04 16:49:09 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:49:09 UTC

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

2018-07-04 16:49:09 UTC

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

2018-07-04 16:49:10 UTC

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

2018-07-04 16:49:10 UTC

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

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

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

2018-07-04 16:53:17 UTC

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

2018-07-04 16:53:17 UTC

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

2018-07-04 16:53:18 UTC

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

2018-07-04 16:53:18 UTC

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

2018-07-04 16:53:18 UTC

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

2018-07-04 16:53:18 UTC

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

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