Namespace
fluent
Image / Tag
fluentd-kubernetes-daemonset:v1.2.1-debian-papertrail
Content Digest
sha256:4daa770aa84e843c5a8f4f64f19053557d2cfae6662cf4992e397000bb13350d
Details
Created

2018-06-13 09:03:39 UTC

Size

73.5 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.21% (21.5 MB)

[#001] sha256:d749b73d5a3e15e2754fdd06afb1eee77be786355314b4c210580c8103dbb0db - 33.71% (24.8 MB)

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

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

[#004] sha256:53bce68d50461773123454ac07e4b6eaafdfd58e33c79896fd8a182fbdd64eb3 - 0.0% (397 Bytes)

[#005] sha256:8d7014078b976090aa8413dcf2ae8dc27161021924084c4a053d95958be450d2 - 0.0% (385 Bytes)

[#006] sha256:c283fb3ae1629e2cf73299a1387ea1a7fd7403b8f249a74e297dae4eabe2f7f3 - 0.0% (384 Bytes)

[#007] sha256:7c57f3cae9c607d32a966620b9928db89619b18da3dd8953a20fe039333d2562 - 0.0% (116 Bytes)

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

[#009] sha256:4a5a0a1466501e1544a006315577e7cb3759e837d366f5f57661ee8b47a19e5d - 37.07% (27.2 MB)

[#010] sha256:636330bd22c411a490fc10c66f30121582f81217fc9f4b79f96386c68165ee2a - 0.0% (425 Bytes)

[#011] sha256:4e8b5d5982d0d2a8f77eb8e304a2bbe983cbf847e122ac22e0a8d3656a83b01e - 0.0% (626 Bytes)

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

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

[#014] sha256:c1c2d758b4aaf8fb8d49bc1cbb16a6d14a31852bbfd71547ca0161092cb42b4e - 0.0% (317 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-05-23 23:18:09 UTC

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

2018-05-23 23:18:09 UTC

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

2018-05-23 23:18:09 UTC

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

2018-05-23 23:18:10 UTC

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

2018-05-23 23:18:10 UTC

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

2018-05-23 23:24:19 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.2.1 && 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-05-23 23:24:20 UTC

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

2018-05-23 23:24:21 UTC

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

2018-05-23 23:24:22 UTC

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

2018-05-23 23:24:22 UTC

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

2018-05-23 23:24:23 UTC

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

2018-05-23 23:24:23 UTC

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

2018-05-23 23:24:24 UTC

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

2018-05-23 23:24:24 UTC

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

2018-05-23 23:24:24 UTC

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

2018-05-23 23:24:24 UTC

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

2018-05-23 23:24:24 UTC

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

2018-05-23 23:24:25 UTC

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

2018-06-13 09:01:05 UTC

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

2018-06-13 09:01:05 UTC

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

2018-06-13 09:01:05 UTC

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

2018-06-13 09:01:06 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-06-13 09:01:06 UTC

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

2018-06-13 09:01:06 UTC

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

2018-06-13 09:01:07 UTC

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

2018-06-13 09:01:07 UTC

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

2018-06-13 09:03:37 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-06-13 09:03:37 UTC

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

2018-06-13 09:03:38 UTC

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

2018-06-13 09:03:38 UTC

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

2018-06-13 09:03:38 UTC

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

2018-06-13 09:03:38 UTC

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

2018-06-13 09:03:38 UTC

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

2018-06-13 09:03:38 UTC

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

2018-06-13 09:03:39 UTC

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

2018-06-13 09:03:39 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