Namespace
fluent
Image / Tag
fluentd-kubernetes-daemonset:v1.2-debian-kinesis
Content Digest
sha256:09e63b3dfdce94c1d58838db1faa07ffd335509803f4a79cb52d8a7a91b6ef2d
Details
Created

2018-11-08 00:44:33 UTC

Size

93.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/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:802b00ed6f79f48e6a5f44ecbcaf43563d6077aaecb565eee1dfc615c0b18c00 - 22.97% (21.4 MB)

[#001] sha256:a63d6d4fcf87a0c770e5f1c07f17e1c806818e3e0bd2fee3be77bd00abb57469 - 26.05% (24.3 MB)

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

[#003] sha256:d96f18b37a2d20b4546ccc6f645e11118375930251cf1d426e514938bdb49518 - 0.0% (135 Bytes)

[#004] sha256:0629533a37d83f9c985c007ded03fede13716f31d0733fe4034718373eda7163 - 0.0% (398 Bytes)

[#005] sha256:e904294fad6ae476f455ca5e4ec90bf21aeca27b4228eeb4c6b4cf3bfdc38513 - 0.0% (447 Bytes)

[#006] sha256:b24199f6a3e99727a955334040b0b2d73acbbc747f036e279447b12654936110 - 0.0% (445 Bytes)

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

[#008] sha256:384369ee35b032df82c860c55bd6cb39afef7e72214bc1fe98d2f228f8209621 - 0.0% (3.13 KB)

[#009] sha256:f3c47fc60a1d24b3d2f78c2a372c67dba9c7d157974ce33d4fc572550d5972aa - 50.97% (47.6 MB)

[#010] sha256:8b8bb5ea946221ba4b06b88fad0a0c156ef4171ec3fa0881edfc7ac9895dfcbc - 0.0% (493 Bytes)

[#011] sha256:2ddea362a5741d6b0af4e489708460b1663b7daf0c59597b9274f78431d8f081 - 0.0% (501 Bytes)

[#012] sha256:60e0890b1f681faeea452e33445127fe3117f26dbebafd40a37901a38252ccda - 0.0% (1.51 KB)

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

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


History
2018-09-04 21:21:34 UTC

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

2018-09-04 21:21:34 UTC

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

2018-10-09 15:59:55 UTC

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

2018-10-09 15:59:55 UTC

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

2018-10-09 15:59:56 UTC

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

2018-10-09 15:59:56 UTC

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

2018-10-09 15:59:56 UTC

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

2018-10-09 16:06:16 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.6 && 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-10-09 16:06:18 UTC

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

2018-10-09 16:06:19 UTC

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

2018-10-09 16:06:20 UTC

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

2018-10-09 16:06:20 UTC

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

2018-10-09 16:06:22 UTC

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

2018-10-09 16:06:22 UTC

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

2018-10-09 16:06:22 UTC

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

2018-10-09 16:06:22 UTC

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

2018-10-09 16:06:23 UTC

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

2018-10-09 16:06:23 UTC

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

2018-10-09 16:06:23 UTC

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

2018-10-09 16:06:23 UTC

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

2018-11-08 00:40:16 UTC

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

2018-11-08 00:40:16 UTC

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

2018-11-08 00:40:17 UTC

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

2018-11-08 00:40:17 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-08 00:40:17 UTC

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

2018-11-08 00:40:17 UTC

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

2018-11-08 00:40:18 UTC

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

2018-11-08 00:40:19 UTC

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

2018-11-08 00:44:29 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 libjemalloc1 && 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-08 00:44:30 UTC

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

2018-11-08 00:44:30 UTC

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

2018-11-08 00:44:31 UTC

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

2018-11-08 00:44:31 UTC

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

2018-11-08 00:44:32 UTC

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

2018-11-08 00:44:32 UTC

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

2018-11-08 00:44:32 UTC

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

2018-11-08 00:44:33 UTC

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

2018-11-08 00:44:33 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