Namespace
fluent
Image / Tag
fluentd-kubernetes-daemonset:v0.12-debian-syslog
Content Digest
sha256:355b3f3aaf0d0a898c1c11c71140ebc13c629edd8aa16c32c80f6b903471a887
Details
Created

2018-11-23 08:00:20 UTC

Size

71.3 MB

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

Environment
DUMB_INIT_SETSID

0

DUMB_INIT_VERSION

1.2.1

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

GOSU_VERSION

1.10

LD_PRELOAD

/usr/lib/libjemalloc.so.2

PATH

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


Layers

[#000] sha256:a5a6f2f73cd8abbdc55d0df0d8834f7262713e87d6c8800ea3851f103025e0f0 - 30.09% (21.4 MB)

[#001] sha256:6d277c3fc2f088fe2e3b1646b8a736622bd995ff3d8d672f44bdba14b6aa0f8d - 31.81% (22.7 MB)

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

[#003] sha256:ca2e4b9c33cc3e014ac43a5f23452e028b0c6b7f70ae1bdf89b66c7d4c05f3b7 - 0.0% (137 Bytes)

[#004] sha256:e834de0722b4866e1aa4a691698e318ff7d4c6d0a57aa4075ca72de3dbbcec74 - 0.0% (405 Bytes)

[#005] sha256:670599e2abbaecf8f2b697cb7497666782d76d80ff50473a62399d3fa96e5a91 - 0.0% (449 Bytes)

[#006] sha256:6c6ccd882f3546aec8871a18c2c1cc68514aa248726b87b191241969783adf0a - 0.0% (447 Bytes)

[#007] sha256:4d89e8455c27f2072af45e3d456784de1d2dc72c03cff8afc20b2a21846631ba - 0.0% (116 Bytes)

[#008] sha256:1c75b769dce75ff337c1117dd6c0517b64e97d65edcca55f47602f2b3bcc9064 - 0.0% (1.31 KB)

[#009] sha256:52995713abf7cf65a97403fa7d96629b468daaa17b1af6a90bf633409892223f - 38.09% (27.1 MB)

[#010] sha256:09739de948615eb291400f09cf58893a34c4baad77994f01e8728641c3820077 - 0.0% (422 Bytes)

[#011] sha256:0b75340d67df99ad2d808ea1ba2fd8837ffd383746d5239185b8c6a348f112e8 - 0.0% (467 Bytes)

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

[#013] sha256:7ba43a9f7d4e813ee3284b122249528b10995e82ed4b7ff713920da0b94b9c03 - 0.0% (1.11 KB)

[#014] sha256:d3ebaa90df34a827ff6882659b34179d84f268ae49a0607f5d309aa064091230 - 0.0% (240 Bytes)


History
2018-11-15 22:45:06 UTC

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

2018-11-15 22:45:07 UTC

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

2018-11-21 04:57:05 UTC

/bin/sh -c #(nop) ARG VERSION=1.1

2018-11-21 04:57:05 UTC

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

2018-11-21 04:57:06 UTC

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

2018-11-21 04:57:06 UTC

/bin/sh -c #(nop) ENV DUMB_INIT_VERSION=1.2.1

2018-11-21 04:57:06 UTC

/bin/sh -c #(nop) ENV GOSU_VERSION=1.10

2018-11-21 04:57:07 UTC

/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive

2018-11-21 05:03:00 UTC

|2 DEBIAN_FRONTEND=noninteractive VERSION=1.1 /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 gnupg dirmngr " && apt-get install -y --no-install-recommends $buildDeps && update-ca-certificates && echo 'gem: --no-document' >> /etc/gemrc && gem install oj -v 2.18.3 && gem install json -v 2.1.0 && gem install fluentd -v 0.12.43 && dpkgArch="$(dpkg --print-architecture | awk -F- '{ print $NF }')" && wget -O /usr/bin/dumb-init https://github.com/Yelp/dumb-init/releases/download/v${DUMB_INIT_VERSION}/dumb-init_${DUMB_INIT_VERSION}_$dpkgArch && chmod +x /usr/bin/dumb-init && wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch" && wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch.asc" && export GNUPGHOME="$(mktemp -d)" && gpg --no-tty --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 && gpg --no-tty --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu && rm -rf "$GNUPGHOME" /usr/local/bin/gosu.asc && chmod +x /usr/local/bin/gosu && gosu nobody true && 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

2018-11-21 05:03:02 UTC

|2 DEBIAN_FRONTEND=noninteractive VERSION=1.1 /bin/sh -c mkdir -p /fluentd/log

2018-11-21 05:03:04 UTC

|2 DEBIAN_FRONTEND=noninteractive VERSION=1.1 /bin/sh -c mkdir -p /fluentd/etc /fluentd/plugins

2018-11-21 05:03:05 UTC

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

2018-11-21 05:03:05 UTC

/bin/sh -c #(nop) COPY file:923a087d867a291cd726b32186df3a32bf7c3a86a6b4a341531ef57ff9ea2f17 in /bin/

2018-11-21 05:03:07 UTC

|2 DEBIAN_FRONTEND=noninteractive VERSION=1.1 /bin/sh -c chmod +x /bin/entrypoint.sh

2018-11-21 05:03:07 UTC

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

2018-11-21 05:03:08 UTC

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

2018-11-21 05:03:08 UTC

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

2018-11-21 05:03:08 UTC

/bin/sh -c #(nop) ENV DUMB_INIT_SETSID=0

2018-11-21 05:03:09 UTC

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

2018-11-21 05:03:09 UTC

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

2018-11-21 05:03:09 UTC

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

2018-11-23 07:56:40 UTC

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

2018-11-23 07:56:40 UTC

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

2018-11-23 07:56:40 UTC

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

2018-11-23 07:56:41 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

2018-11-23 07:56:41 UTC

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

2018-11-23 07:56:41 UTC

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

2018-11-23 07:56:42 UTC

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

2018-11-23 07:56:42 UTC

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

2018-11-23 08:00: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 net-tools && 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-11-23 08:00:17 UTC

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

2018-11-23 08:00:18 UTC

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

2018-11-23 08:00:18 UTC

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

2018-11-23 08:00:19 UTC

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

2018-11-23 08:00:19 UTC

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

2018-11-23 08:00:20 UTC

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

2018-11-23 08:00:20 UTC

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

2018-11-23 08:00:20 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