2021-01-27 04:22:40 UTC
124 MB
/usr/local/bundle
BUNDLE_SILENCE_ROOT_WARNING1
FLUENTD_CONFfluent.conf
FLUENTD_DISABLE_BUNDLER_INJECTION1
FLUENTD_OPT GEM_HOME/fluentd/vendor/bundle/ruby/2.6.0
GEM_PATH/fluentd/vendor/bundle/ruby/2.6.0
LANGC.UTF-8
LD_PRELOAD/usr/lib/libjemalloc.so.2
PATH/fluentd/vendor/bundle/ruby/2.6.0/bin:/usr/local/bundle/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
RUBY_DOWNLOAD_SHA2565db187882b7ac34016cd48d7032e197f07e4968f406b0690e20193b9b424841f
RUBY_MAJOR2.6
RUBY_VERSION2.6.6
TINI_VERSION0.18.0
[#000] sha256:bb79b6b2107fea8e8a47133a660b78e3a546998fcf0427be39ac9a0af4a97e90 - 20.83% (25.8 MB)
[#001] sha256:e8b853ec9f225871c979a2eaad017baf089203d44c6fdc51a163fa31a65bcf71 - 9.64% (12 MB)
[#002] sha256:d21147059b9954928941f1c99980095af839dba576d0f84ae0a525b030f552b9 - 0.0% (199 Bytes)
[#003] sha256:12beaa8b1a461741838194422c084b36a0fd5374209f0138b365efb14c7c21c8 - 16.49% (20.5 MB)
[#004] sha256:7d6e773ea12e3ac78768e5765bd29623346b03ea9c3d4780cb8ce9148212aa87 - 0.0% (143 Bytes)
[#005] sha256:491de4e1983995ae04e2f3fc3aab778d127508afc159c1191a22a9ac3a7b4a55 - 16.79% (20.8 MB)
[#006] sha256:685332b508c29f22b34974c3cf1fab57fac2f339a21fa472cc9f22e903ebe232 - 0.0% (1.78 KB)
[#007] sha256:acb02bad965c3be3d8da9e669e854cc21aaaf8e8588040dc578a6ea5290c730e - 0.0% (405 Bytes)
[#008] sha256:b81f4702c82beb022bb70e626215223680b996f073632db45e194f25ac012440 - 0.0% (445 Bytes)
[#009] sha256:9a013328a6b946b07a555e5a843aea53330e30e45aab936f165902ad0e7cce64 - 0.0% (116 Bytes)
[#010] sha256:aeddade736cfe772f63d2c43ad4df5a03e9b78405a01da6df7778f496c22dd4b - 0.0% (1.62 KB)
[#011] sha256:099d76b879718675bf41f6f8c83a84754c611dc424cdc7552b6bd820d3816269 - 36.25% (45 MB)
[#012] sha256:4f1c873896368a6917cfabd4b74e56a3b96fe4e9a4d63f1ba3eefbd4fc8adbb9 - 0.0% (567 Bytes)
[#013] sha256:c89e552df71ac381c261708ba28f29b82220abff2acfac62960a46e576b2cb59 - 0.0% (502 Bytes)
[#014] sha256:e0cdb6b2836089d822e6a4a219639320ac834744d43f90f541500c153cdef1ce - 0.0% (1.83 KB)
[#015] sha256:17b5f23e539bd941b10963e0d45964f6b598b0e9a0aaac464e3e558f1a05e010 - 0.0% (423 Bytes)
[#016] sha256:2398bb67d35ba1af6695cda253fafe9bbfddc1107114c7c414d0a4ca67d7bb71 - 0.0% (158 Bytes)
[#017] sha256:af0b7e90d09d9fa23aff2f2fb16748fc7217196fbfabc122422ba1bbffad9efe - 0.0% (1.23 KB)
[#018] sha256:ca492b47855d2494181cf3b525e58b31dc651e9f814db2aba5fa364e52870589 - 0.0% (306 Bytes)
/bin/sh -c #(nop) ADD file:0dc53e7886c35bc21ae6c4f6cedda54d56ae9c9e9cd367678f1a72e68b3c43d4 in /
2020-10-13 01:39:05 UTC/bin/sh -c #(nop) CMD ["bash"]
2020-10-13 18:23:18 UTC/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends bzip2 ca-certificates libffi-dev libgmp-dev libssl-dev libyaml-dev procps zlib1g-dev ; rm -rf /var/lib/apt/lists/*
2020-10-13 18:23:20 UTC/bin/sh -c set -eux; mkdir -p /usr/local/etc; { echo 'install: --no-document'; echo 'update: --no-document'; } >> /usr/local/etc/gemrc
2020-10-13 18:23:20 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2020-10-13 18:41:28 UTC/bin/sh -c #(nop) ENV RUBY_MAJOR=2.6
2020-10-13 18:41:29 UTC/bin/sh -c #(nop) ENV RUBY_VERSION=2.6.6
2020-10-13 18:41:29 UTC/bin/sh -c #(nop) ENV RUBY_DOWNLOAD_SHA256=5db187882b7ac34016cd48d7032e197f07e4968f406b0690e20193b9b424841f
2020-10-13 18:44:55 UTC/bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends autoconf bison dpkg-dev gcc libbz2-dev libgdbm-compat-dev libgdbm-dev libglib2.0-dev libncurses-dev libreadline-dev libxml2-dev libxslt-dev make ruby wget xz-utils ; rm -rf /var/lib/apt/lists/*; wget -O ruby.tar.xz "https://cache.ruby-lang.org/pub/ruby/${RUBY_MAJOR%-rc}/ruby-$RUBY_VERSION.tar.xz"; echo "$RUBY_DOWNLOAD_SHA256 *ruby.tar.xz" | sha256sum --check --strict; mkdir -p /usr/src/ruby; tar -xJf ruby.tar.xz -C /usr/src/ruby --strip-components=1; rm ruby.tar.xz; cd /usr/src/ruby; { echo '#define ENABLE_PATH_CHECK 0'; echo; cat file.c; } > file.c.new; mv file.c.new file.c; autoconf; gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; ./configure --build="$gnuArch" --disable-install-doc --enable-shared ; make -j "$(nproc)"; make install; apt-mark auto '.*' > /dev/null; apt-mark manual $savedAptMark > /dev/null; find /usr/local -type f -executable -not \( -name '*tkinter*' \) -exec ldd '{}' ';' | awk '/=>/ { print $(NF-1) }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual ; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; cd /; rm -r /usr/src/ruby; ! dpkg -l | grep -i ruby; [ "$(command -v ruby)" = '/usr/local/bin/ruby' ]; ruby --version; gem --version; bundle --version
2020-10-13 18:44:55 UTC/bin/sh -c #(nop) ENV GEM_HOME=/usr/local/bundle
2020-10-13 18:44:55 UTC/bin/sh -c #(nop) ENV BUNDLE_SILENCE_ROOT_WARNING=1 BUNDLE_APP_CONFIG=/usr/local/bundle
2020-10-13 18:44:55 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bundle/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2020-10-13 18:44:56 UTC/bin/sh -c mkdir -p "$GEM_HOME" && chmod 777 "$GEM_HOME"
2020-10-13 18:44:56 UTC/bin/sh -c #(nop) CMD ["irb"]
2020-11-09 22:23:54 UTC/bin/sh -c #(nop) LABEL maintainer=Fluentd developers <fluentd@googlegroups.com>
2020-11-09 22:23:54 UTC/bin/sh -c #(nop) LABEL Description=Fluentd docker image Vendor=Fluent Organization Version=1.11.5
2020-11-09 22:23:55 UTC/bin/sh -c #(nop) ENV TINI_VERSION=0.18.0
2020-11-09 22:26:19 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates && buildDeps=" make gcc g++ libc-dev wget bzip2 gnupg dirmngr " && apt-get install -y --no-install-recommends $buildDeps && echo 'gem: --no-document' >> /etc/gemrc && gem install oj -v 3.8.1 && gem install json -v 2.3.0 && gem install async-http -v 0.50.7 && gem install ext_monitor -v 0.1.2 && gem install fluentd -v 1.11.5 && dpkgArch="$(dpkg --print-architecture | awk -F- '{ print $NF }')" && wget -O /usr/local/bin/tini "https://github.com/krallin/tini/releases/download/v$TINI_VERSION/tini-$dpkgArch" && wget -O /usr/local/bin/tini.asc "https://github.com/krallin/tini/releases/download/v$TINI_VERSION/tini-$dpkgArch.asc" && export GNUPGHOME="$(mktemp -d)" && gpg --batch --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 6380DC428747F6C393FEACA59A84159D7001A4E5 && gpg --batch --verify /usr/local/bin/tini.asc /usr/local/bin/tini && rm -r /usr/local/bin/tini.asc && chmod +x /usr/local/bin/tini && tini -h && 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 /usr/lib/ruby/gems/2.*/gems/fluentd-*/test
2020-11-09 22:26:20 UTC/bin/sh -c groupadd -r fluent && useradd -r -g fluent fluent && mkdir -p /fluentd/log && mkdir -p /fluentd/etc /fluentd/plugins && chown -R fluent /fluentd && chgrp -R fluent /fluentd
2020-11-09 22:26:21 UTC/bin/sh -c #(nop) COPY file:b17cd36ae7d6d987574a9735f558087612017b90b84b36b4fa908880574dd7ec in /fluentd/etc/
2020-11-09 22:26:21 UTC/bin/sh -c #(nop) COPY file:582e4c287ae1af37b852a769a197ed48b5dcd0cbac830e6a250f14a753c893e0 in /bin/
2020-11-09 22:26:21 UTC/bin/sh -c #(nop) ENV FLUENTD_CONF=fluent.conf
2020-11-09 22:26:21 UTC/bin/sh -c #(nop) ENV LD_PRELOAD=/usr/lib/libjemalloc.so.2
2020-11-09 22:26:22 UTC/bin/sh -c #(nop) EXPOSE 24224 5140
2020-11-09 22:26:22 UTC/bin/sh -c #(nop) USER fluent
2020-11-09 22:26:22 UTC/bin/sh -c #(nop) ENTRYPOINT ["tini" "--" "/bin/entrypoint.sh"]
2020-11-09 22:26:22 UTC/bin/sh -c #(nop) CMD ["fluentd"]
2021-01-27 04:20:51 UTC/bin/sh -c #(nop) LABEL maintainer=Eduardo Silva <eduardo@treasure-data.com>
2021-01-27 04:20:51 UTC/bin/sh -c #(nop) USER root
2021-01-27 04:20:52 UTC/bin/sh -c #(nop) WORKDIR /home/fluent
2021-01-27 04:20:52 UTC/bin/sh -c #(nop) ENV PATH=/fluentd/vendor/bundle/ruby/2.6.0/bin:/usr/local/bundle/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2021-01-27 04:20:52 UTC/bin/sh -c #(nop) ENV GEM_PATH=/fluentd/vendor/bundle/ruby/2.6.0
2021-01-27 04:20:52 UTC/bin/sh -c #(nop) ENV GEM_HOME=/fluentd/vendor/bundle/ruby/2.6.0
2021-01-27 04:20:53 UTC/bin/sh -c #(nop) ENV FLUENTD_DISABLE_BUNDLER_INJECTION=1
2021-01-27 04:20:53 UTC/bin/sh -c #(nop) COPY multi:c045dae6d1044f9a62ee290b6a4818217e64e862ffe47076b1fb82b88020ff9f in /fluentd/
2021-01-27 04:22:36 UTC/bin/sh -c buildDeps="sudo make gcc g++ libc-dev libffi-dev" runtimeDeps="" && apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends $buildDeps $runtimeDeps net-tools && gem install bundler --version 2.1.4 && 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
2021-01-27 04:22:36 UTC/bin/sh -c #(nop) COPY file:0291afda5536d7a85b894032bb4870b0489b4698a00ae3389df554c0d38d4c10 in /fluentd/etc/
2021-01-27 04:22:37 UTC/bin/sh -c #(nop) COPY file:68e7fcafad034c76c460fbe1cdade82103bce1b460f9f92021dadb548ed6410c in /fluentd/etc/
2021-01-27 04:22:37 UTC/bin/sh -c #(nop) COPY file:302bd6cab773089e08deb69db7a0c0fd3e7d19d5c5e464a8100ac4ac53848970 in /fluentd/etc/
2021-01-27 04:22:37 UTC/bin/sh -c #(nop) COPY file:2b875524d8679e137b67d959713b01dc12e88d0136db79e464d887586884aa58 in /fluentd/etc/
2021-01-27 04:22:39 UTC/bin/sh -c touch /fluentd/etc/disable.conf
2021-01-27 04:22:39 UTC/bin/sh -c #(nop) COPY dir:4010a48b6bd7b45e83060ea3ac7df149b3182b9f5e33975ef20eb3ceabaeaacd in /fluentd/plugins/
2021-01-27 04:22:39 UTC/bin/sh -c #(nop) COPY file:cd070ac3f05ce998d4f1d63c738661e08bdd0e9bd12e020b07153abacc8c5c5f in /fluentd/entrypoint.sh
2021-01-27 04:22:39 UTC/bin/sh -c #(nop) ENV FLUENTD_OPT=
2021-01-27 04:22:40 UTC/bin/sh -c #(nop) ENV FLUENTD_CONF=fluent.conf
2021-01-27 04:22:40 UTC/bin/sh -c #(nop) ENTRYPOINT ["tini" "--" "/fluentd/entrypoint.sh"]
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.