Namespace
fluent
Image / Tag
fluentd-kubernetes-daemonset:v1.1.3-debian-papertrail
Content Digest
sha256:84a23fd21bd4c7a120ca6958953bc0f1a6c738c0c799901ab8d6285a80c92935
Details
Created

2018-05-21 15:38:02 UTC

Size

72.6 MB

Content Digest
Labels
  • Description
    Fluentd docker image
  • Vendor
    Fluent Organization
  • Version
    1.1
  • maintainer
    TAGOMORI Satoshi <tagomoris@gmail.com>

Environment
DUMB_INIT_SETSID

0

DUMB_INIT_VERSION

1.2.0

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/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


Layers

[#000] sha256:f2aa67a397c49232112953088506d02074a1fe577f65dc2052f158a3e5da52e8 - 29.56% (21.5 MB)

[#001] sha256:5a19abea947ae5f72835cda9ce0de256c7e92945049fe94fe1136ae18ed89ab5 - 33.48% (24.3 MB)

[#002] sha256:d7249059355ae8c39268378d04796d103f3c1692887d9464081cf17288f6d6b3 - 0.0% (114 Bytes)

[#003] sha256:36476bb0b7196439f3ed25358e482b3e91a12b91876c9944ceea2623d8a74ee6 - 0.0% (136 Bytes)

[#004] sha256:b624d408b4d12a589d368a8fef7b7278bb6f4f62e36d596e42e580a6e4ef341a - 0.0% (399 Bytes)

[#005] sha256:381a5e9b66030c643bc958b756f64775f66f281c397baa506f10ccf35686c805 - 0.0% (387 Bytes)

[#006] sha256:f5bf94c430b0e27309272e99561ad345bcc13e33e23ad9a3a249cc9e5dbbbeaf - 0.0% (385 Bytes)

[#007] sha256:b2c814011322c4c580f4515503e110058a2cc05c83ca79a53d3e314e5f8646ad - 0.0% (115 Bytes)

[#008] sha256:8f181a9450cdcd611f2f973ee807a047890d298d99e0c8d65f65a4c9d8729ca5 - 0.0% (1.16 KB)

[#009] sha256:49e84036d5645fff85ac27e7ee0fd860b49cba8d725e543eb3267ba9d426e35d - 36.94% (26.8 MB)

[#010] sha256:9596d7813632f5026c39b36d3736a54033945bae1275607907ca5437dddfeb6f - 0.0% (426 Bytes)

[#011] sha256:457b7311a50ea83ef989822920aaaa3fa9f44c9b8bc26ad044e09f5ae50089fa - 0.0% (625 Bytes)

[#012] sha256:bde1ef016317a8d331e9e669e65228fd83dc90852ef40b9bae39e8eb1fb2fca2 - 0.0% (1.66 KB)

[#013] sha256:0e48fc29f4c4279a6f1d91b5687d2e35a8064dfa672ced2f8aed463657c104e8 - 0.0% (1.22 KB)

[#014] sha256:499743ab342048176db57422e610157511abc6cbc899c3f8ffae44c602f652a7 - 0.0% (316 Bytes)


History
2018-04-28 07:09:59 UTC

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

2018-04-28 07:09:59 UTC

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

2018-04-30 04:45:37 UTC

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

2018-04-30 04:45:37 UTC

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

2018-04-30 04:45:38 UTC

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

2018-04-30 04:45:38 UTC

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

2018-04-30 04:45:38 UTC

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

2018-04-30 04:51:55 UTC

|1 DEBIAN_FRONTEND=noninteractive /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 3.3.10 && gem install json -v 2.1.0 && gem install fluentd -v 1.1.3 && 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 --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 && gpg --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.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

2018-04-30 04:51:57 UTC

|1 DEBIAN_FRONTEND=noninteractive /bin/sh -c mkdir -p /fluentd/log

2018-04-30 04:51:58 UTC

|1 DEBIAN_FRONTEND=noninteractive /bin/sh -c mkdir -p /fluentd/etc /fluentd/plugins

2018-04-30 04:51:59 UTC

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

2018-04-30 04:51:59 UTC

/bin/sh -c #(nop) COPY file:21eed8129dd3247ddd04ab6f587d53ec677105fbe68c6f867e872774fa7421f9 in /bin/

2018-04-30 04:52:00 UTC

|1 DEBIAN_FRONTEND=noninteractive /bin/sh -c chmod +x /bin/entrypoint.sh

2018-04-30 04:52:01 UTC

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

2018-04-30 04:52:01 UTC

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

2018-04-30 04:52:01 UTC

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

2018-04-30 04:52:02 UTC

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

2018-04-30 04:52:02 UTC

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

2018-04-30 04:52:03 UTC

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

2018-04-30 04:52:03 UTC

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

2018-05-21 15:34:11 UTC

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

2018-05-21 15:34:11 UTC

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

2018-05-21 15:34:12 UTC

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

2018-05-21 15:34:12 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-05-21 15:34:12 UTC

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

2018-05-21 15:34:13 UTC

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

2018-05-21 15:34:13 UTC

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

2018-05-21 15:34:14 UTC

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

2018-05-21 15:37:58 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 libjemalloc1 ruby-bundler && 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-05-21 15:37:59 UTC

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

2018-05-21 15:37:59 UTC

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

2018-05-21 15:38:00 UTC

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

2018-05-21 15:38:00 UTC

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

2018-05-21 15:38:01 UTC

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

2018-05-21 15:38:01 UTC

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

2018-05-21 15:38:01 UTC

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

2018-05-21 15:38:02 UTC

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

2018-05-21 15:38:02 UTC

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