2020-06-08 09:46:32 UTC
117 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
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:afb6ec6fdc1c3ba04f7a56db32c5ff5ff38962dc4cd0ffdef5beaa0ce2eb77e2 - 22.04% (25.8 MB)
[#001] sha256:d46b1a6195628203e506a8e8c0214ffde45bc9b3eea488e7e334b26799cd8224 - 10.2% (12 MB)
[#002] sha256:82bc4b077eae40c6f1eb5845d96b84148be82cc70deab33824260c22c7030883 - 0.0% (200 Bytes)
[#003] sha256:fa8539fdd0fd5c31dbeace922c5ae384ad8591d030d21251c32893aa82982e8a - 17.45% (20.5 MB)
[#004] sha256:3d435004b12a396c08d3f89d271e007b36ca710f8b63a2b43b4dbdcba1503e09 - 0.0% (143 Bytes)
[#005] sha256:3e837b28c6252186f191f35e4aa3efe34f4d060717af1cf848c723224a1aa50e - 20.7% (24.3 MB)
[#006] sha256:8c736797c75f49551d3fd00e467b83e0bc09cfe42a5f1f7feff28cd66d533dba - 0.0% (1.77 KB)
[#007] sha256:cdf91b830999c87a0e4927a147b0b42467ef99a83e22bd033ac93a1392a32ab2 - 0.0% (404 Bytes)
[#008] sha256:9af485cb2b706d7cc58aee88aee0a19c42c31109d21ae9027a667916ff8b35b2 - 0.0% (445 Bytes)
[#009] sha256:02b2f46129551e8e45afc79f3a2638078aa99339b08a92db4018c8db1d51c510 - 0.0% (116 Bytes)
[#010] sha256:cfb476daee2e65c9fa093b40cf3cf0130beecd14af5cccb077c99fd25ef17707 - 0.0% (1.4 KB)
[#011] sha256:439fedaacd32548fe0920ffcc1a27353c3108c72fde696a0feecc6130e65d6b9 - 29.61% (34.7 MB)
[#012] sha256:a3cc92ac356cab7550b1eb9b643e43cb10456df61e043fd0ae0b94afa6dd432a - 0.0% (449 Bytes)
[#013] sha256:315951bcdd56aad87d768748d1be6d7b494ec3cc6f413b43604ee6b4f9529c40 - 0.0% (506 Bytes)
[#014] sha256:2c11a3bbfe799b3dfa79c5151e644c5e5d8c2711fcf1459ece9a4c9add9d6e40 - 0.0% (1.82 KB)
[#015] sha256:d947659e0305bcf4a6509f235edbc17a7cf9e5ae410a1d736422067a37ff8915 - 0.0% (411 Bytes)
[#016] sha256:fdcb657fbe3adf0579fda5d4ff546b72466507e71a6314e667ae8167199defbb - 0.0% (158 Bytes)
[#017] sha256:ad961c888c63df89cd822dcd22cd875b0897013a75a1d648619a990020e72d20 - 0.0% (2.77 KB)
[#018] sha256:0b1bd088598ad57809657a9ed79aa2b5273e7d91eceb39ed46d4866295fc0122 - 0.0% (307 Bytes)
/bin/sh -c #(nop) ADD file:7780c81c33e6cc5b6261af4a6c611cce0f39dec3131009bb297e65f12020c150 in /
2020-05-15 06:28:44 UTC/bin/sh -c #(nop) CMD ["bash"]
2020-05-16 03:21:06 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-05-16 03:21:07 UTC/bin/sh -c set -eux; mkdir -p /usr/local/etc; { echo 'install: --no-document'; echo 'update: --no-document'; } >> /usr/local/etc/gemrc
2020-05-16 03:28:09 UTC/bin/sh -c #(nop) ENV RUBY_MAJOR=2.6
2020-05-16 03:28:10 UTC/bin/sh -c #(nop) ENV RUBY_VERSION=2.6.6
2020-05-16 03:28:10 UTC/bin/sh -c #(nop) ENV RUBY_DOWNLOAD_SHA256=5db187882b7ac34016cd48d7032e197f07e4968f406b0690e20193b9b424841f
2020-05-16 03:33:19 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-05-16 03:33:20 UTC/bin/sh -c #(nop) ENV GEM_HOME=/usr/local/bundle
2020-05-16 03:33:20 UTC/bin/sh -c #(nop) ENV BUNDLE_SILENCE_ROOT_WARNING=1 BUNDLE_APP_CONFIG=/usr/local/bundle
2020-05-16 03:33:20 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bundle/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2020-05-16 03:33:21 UTC/bin/sh -c mkdir -p "$GEM_HOME" && chmod 777 "$GEM_HOME"
2020-05-16 03:33:21 UTC/bin/sh -c #(nop) CMD ["irb"]
2020-06-04 07:41:08 UTC/bin/sh -c #(nop) LABEL maintainer=Fluentd developers <fluentd@googlegroups.com>
2020-06-04 07:41:08 UTC/bin/sh -c #(nop) LABEL Description=Fluentd docker image Vendor=Fluent Organization Version=1.11.0
2020-06-04 07:41:08 UTC/bin/sh -c #(nop) ENV TINI_VERSION=0.18.0
2020-06-04 07:43:28 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.0 && 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-06-04 07:43:30 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-06-04 07:43:30 UTC/bin/sh -c #(nop) COPY file:b17cd36ae7d6d987574a9735f558087612017b90b84b36b4fa908880574dd7ec in /fluentd/etc/
2020-06-04 07:43:31 UTC/bin/sh -c #(nop) COPY file:582e4c287ae1af37b852a769a197ed48b5dcd0cbac830e6a250f14a753c893e0 in /bin/
2020-06-04 07:43:31 UTC/bin/sh -c #(nop) ENV FLUENTD_CONF=fluent.conf
2020-06-04 07:43:31 UTC/bin/sh -c #(nop) ENV LD_PRELOAD=/usr/lib/libjemalloc.so.2
2020-06-04 07:43:31 UTC/bin/sh -c #(nop) EXPOSE 24224 5140
2020-06-04 07:43:32 UTC/bin/sh -c #(nop) USER fluent
2020-06-04 07:43:32 UTC/bin/sh -c #(nop) ENTRYPOINT ["tini" "--" "/bin/entrypoint.sh"]
2020-06-04 07:43:32 UTC/bin/sh -c #(nop) CMD ["fluentd"]
2020-06-08 09:44:48 UTC/bin/sh -c #(nop) LABEL maintainer=Eduardo Silva <eduardo@treasure-data.com>
2020-06-08 09:44:48 UTC/bin/sh -c #(nop) USER root
2020-06-08 09:44:48 UTC/bin/sh -c #(nop) WORKDIR /home/fluent
2020-06-08 09:44:49 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
2020-06-08 09:44:49 UTC/bin/sh -c #(nop) ENV GEM_PATH=/fluentd/vendor/bundle/ruby/2.6.0
2020-06-08 09:44:49 UTC/bin/sh -c #(nop) ENV GEM_HOME=/fluentd/vendor/bundle/ruby/2.6.0
2020-06-08 09:44:49 UTC/bin/sh -c #(nop) ENV FLUENTD_DISABLE_BUNDLER_INJECTION=1
2020-06-08 09:44:50 UTC/bin/sh -c #(nop) COPY multi:75a46e63e32642703e14d3b7b639b9902a6ca82aad034e78916d012e97afbad9 in /fluentd/
2020-06-08 09:46:28 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
2020-06-08 09:46:28 UTC/bin/sh -c #(nop) COPY file:0037b09921b60f5bab2473991e18a3073f6298f05ac0e394659d93c97c258253 in /fluentd/etc/
2020-06-08 09:46:28 UTC/bin/sh -c #(nop) COPY file:68e7fcafad034c76c460fbe1cdade82103bce1b460f9f92021dadb548ed6410c in /fluentd/etc/
2020-06-08 09:46:29 UTC/bin/sh -c #(nop) COPY file:e3e80243a534d97a57157d65c6a0c0f6ecb73349f127e508505f696f6f68bffb in /fluentd/etc/
2020-06-08 09:46:29 UTC/bin/sh -c #(nop) COPY file:b7aff6a0becc268428f61a60a8b6083f1b763bf14378c88464dc7c488e2064e0 in /fluentd/etc/
2020-06-08 09:46:30 UTC/bin/sh -c touch /fluentd/etc/disable.conf
2020-06-08 09:46:31 UTC/bin/sh -c #(nop) COPY dir:d27c7906fead17174fabf92e00b5ac8ddaaf82e115e4b4f67c7e356e9ac9367b in /fluentd/plugins/
2020-06-08 09:46:31 UTC/bin/sh -c #(nop) COPY file:cd070ac3f05ce998d4f1d63c738661e08bdd0e9bd12e020b07153abacc8c5c5f in /fluentd/entrypoint.sh
2020-06-08 09:46:31 UTC/bin/sh -c #(nop) ENV FLUENTD_OPT=
2020-06-08 09:46:31 UTC/bin/sh -c #(nop) ENV FLUENTD_CONF=fluent.conf
2020-06-08 09:46:32 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.