Namespace
fluent
Image / Tag
fluentd-kubernetes-daemonset:v1.2.2-debian-kinesis
Content Digest
sha256:1f1a742fa0b14802a6c92f6d0a36b5121be19c56c2907e486920935de0cbdaa8
Details
Created

2018-08-17 05:43:32 UTC

Size

93.4 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:683abbb4ea60e108164f1d351e7bcf13daf45941137d800086447874df05f48e - 22.98% (21.5 MB)

[#001] sha256:22b4603d8711af91ddc4fd85dda682bbbb30b85f26a63434430f098d3ed0ee73 - 26.06% (24.3 MB)

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

[#003] sha256:774c44936c5135b0ddfe708cfe5b07999504fce3b900db53f07288c0b3aa465b - 0.0% (136 Bytes)

[#004] sha256:f6c83f6d135b82634a908aa0286bc0d647e4a2f155f7d567ed4edad85d32a744 - 0.0% (401 Bytes)

[#005] sha256:f278fe15bb29910a7b267d305c067f9a7d56d780aa67a46e388c266264c2f726 - 0.0% (386 Bytes)

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

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

[#008] sha256:640eaab8c157f5955073671a5ce1f85ddc06784bdf2d9e110639b6d64364aacd - 0.0% (3.03 KB)

[#009] sha256:541240d8843b321248ba23ac3993077d7488e12c5243386aef025face910c206 - 50.95% (47.6 MB)

[#010] sha256:33ec4d15e5af17ab9c7a37af5c1eb1092d19403062be4c6681af3a835892c278 - 0.0% (496 Bytes)

[#011] sha256:25e362e29ec6b2a53d005e0779f26fe65bd6346fbfd10c87afaa7e25de163883 - 0.0% (502 Bytes)

[#012] sha256:0103a5988df04e1473433a3bbfdfe9c37b8d2dfaf786c756ab6264796d8a8958 - 0.0% (1.51 KB)

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

[#014] sha256:92536e8b608482df17066d76fef30b4a953e3183ef86e5519032a0c4deb15649 - 0.0% (241 Bytes)


History
2018-06-26 21:25:25 UTC

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

2018-06-26 21:25:25 UTC

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

2018-07-03 10:50:47 UTC

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

2018-07-03 10:50:47 UTC

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

2018-07-03 10:50:48 UTC

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

2018-07-03 10:50:48 UTC

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

2018-07-03 10:50:48 UTC

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

2018-07-03 10:55:53 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.2 && 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-07-03 10:55:54 UTC

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

2018-07-03 10:55:55 UTC

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

2018-07-03 10:55:55 UTC

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

2018-07-03 10:55:56 UTC

/bin/sh -c #(nop) COPY file:4cc3d16ce0cad45be65bfc6c3c5f788a599fad7edd64b3afb16f9204bdfdc360 in /bin/

2018-07-03 10:55:57 UTC

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

2018-07-03 10:55:57 UTC

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

2018-07-03 10:55:57 UTC

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

2018-07-03 10:55:57 UTC

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

2018-07-03 10:55:57 UTC

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

2018-07-03 10:55:57 UTC

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

2018-07-03 10:55:57 UTC

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

2018-07-03 10:55:58 UTC

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

2018-08-17 05:38:38 UTC

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

2018-08-17 05:38:38 UTC

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

2018-08-17 05:38:39 UTC

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

2018-08-17 05:38:39 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-08-17 05:38:40 UTC

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

2018-08-17 05:38:40 UTC

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

2018-08-17 05:38:40 UTC

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

2018-08-17 05:38:41 UTC

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

2018-08-17 05:43:30 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 && 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-08-17 05:43:30 UTC

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

2018-08-17 05:43:31 UTC

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

2018-08-17 05:43:31 UTC

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

2018-08-17 05:43:31 UTC

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

2018-08-17 05:43:31 UTC

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

2018-08-17 05:43:31 UTC

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

2018-08-17 05:43:32 UTC

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

2018-08-17 05:43:32 UTC

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

2018-08-17 05:43:32 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