2019-08-29 21:15:09 UTC
112 MB
/usr/local/bundle
BUNDLE_PATH/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/bundle/gems/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
RUBY_DOWNLOAD_SHA25611a83f85c03d3f0fc9b8a9b6cad1b2674f26c5aaa43ba858d4b0fcc2b54171e1
RUBY_MAJOR2.6
RUBY_VERSION2.6.3
TINI_VERSION0.18.0
[#000] sha256:9fc222b64b0a005c742f1b50f03986a7f768d41434994430718917d88fefe567 - 19.18% (21.5 MB)
[#001] sha256:fffde2ee4ef3aa36ede236502d582854698958db26d37ee03989e3daa82b7c51 - 9.51% (10.6 MB)
[#002] sha256:38868959c00871e34887e36412b58e73e8769f964df639e978f7c48a85d116ad - 0.0% (205 Bytes)
[#003] sha256:e7493f714183e7b9dcc23f1f42460cb93ea441a74fca4a472821e51dcee54792 - 16.97% (19 MB)
[#004] sha256:854b3a12909b9f0db93953278204fdb71645bb36e1567ea6a240c3efd82d2302 - 0.0% (148 Bytes)
[#005] sha256:f9e63c5d4f039fd3980a9aad6bc42688e4ea47de48bd40cf4f791969d18bf741 - 19.41% (21.7 MB)
[#006] sha256:0df6762d7bf3e4788f16b58728eedf6e3d02ab9f53ef3ddbedb00c895f8fb294 - 0.0% (1.77 KB)
[#007] sha256:1598c26d86b28b7ceb18f5f287f632f1545b206c17e223fd7acd963a8855b9bc - 0.0% (408 Bytes)
[#008] sha256:c9a2c2da4850e80136ef79ae390efe6f9c2868aada9e9a7699d86e5a133646c4 - 0.0% (445 Bytes)
[#009] sha256:096bc43cbcaab69fd9edd275e494fe62a6147dd46f66efe79c12877e1c85b1ad - 0.0% (116 Bytes)
[#010] sha256:62c2a7a28cf89f8ba83af8fd62cf8aaccfcbf3619b5b27a57ae3f51719194b65 - 0.0% (1.49 KB)
[#011] sha256:890e5cc88d8e2172be83c9dfa243ccf32dd07cbc6ada58a76fbc6dc39bbea35e - 34.93% (39.1 MB)
[#012] sha256:d9b005cb1e2ce998572e1e82aefe3368372ea03a5ebe766eaaad2efca9e06ea7 - 0.0% (905 Bytes)
[#013] sha256:0184e6722a3c2485f8f6eaa31eabbda955e7645fb107481d054f2f14ea7b114a - 0.0% (532 Bytes)
[#014] sha256:89b6ab64c1fe04a2734a1185ebb0ac7dcd301bc68e1f6033736f38b374249580 - 0.0% (1.56 KB)
[#015] sha256:a343441cadec736cc0d2ecd9647a8eadc44af6467f80cd7f2da0561eb9e0172c - 0.0% (414 Bytes)
[#016] sha256:ce9395e25bdf80789d02700730c54a9bd2648087e5a421a6d2f0e7484d8fb580 - 0.0% (161 Bytes)
[#017] sha256:b31e6c2dd9c60712d1434ffdf2b064f3588549e20c8295662ff94544e382c619 - 0.0% (1.23 KB)
[#018] sha256:22a22e416f4df6381d92ffed78dfe7020a0662b7e7213221281f8a9e502b3ce4 - 0.0% (231 Bytes)
/bin/sh -c #(nop) ADD file:52a7d996761b6acc4bb35207ca6a9902086514831ac81e10874584a741871d22 in /
2019-08-14 00:25:02 UTC/bin/sh -c #(nop) CMD ["bash"]
2019-08-14 14:48:05 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/*
2019-08-14 14:48:06 UTC/bin/sh -c set -eux; mkdir -p /usr/local/etc; { echo 'install: --no-document'; echo 'update: --no-document'; } >> /usr/local/etc/gemrc
2019-08-14 14:48:07 UTC/bin/sh -c #(nop) ENV RUBY_MAJOR=2.6
2019-08-14 14:48:07 UTC/bin/sh -c #(nop) ENV RUBY_VERSION=2.6.3
2019-08-14 14:48:07 UTC/bin/sh -c #(nop) ENV RUBY_DOWNLOAD_SHA256=11a83f85c03d3f0fc9b8a9b6cad1b2674f26c5aaa43ba858d4b0fcc2b54171e1
2019-08-14 14:51:35 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-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
2019-08-14 14:51:35 UTC/bin/sh -c #(nop) ENV GEM_HOME=/usr/local/bundle
2019-08-14 14:51:35 UTC/bin/sh -c #(nop) ENV BUNDLE_PATH=/usr/local/bundle BUNDLE_SILENCE_ROOT_WARNING=1 BUNDLE_APP_CONFIG=/usr/local/bundle
2019-08-14 14:51:36 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bundle/bin:/usr/local/bundle/gems/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2019-08-14 14:51:36 UTC/bin/sh -c mkdir -p "$GEM_HOME" && chmod 777 "$GEM_HOME"
2019-08-14 14:51:36 UTC/bin/sh -c #(nop) CMD ["irb"]
2019-08-22 09:05:16 UTC/bin/sh -c #(nop) LABEL maintainer=Fluentd developers <fluentd@googlegroups.com>
2019-08-22 09:05:17 UTC/bin/sh -c #(nop) LABEL Description=Fluentd docker image Vendor=Fluent Organization Version=1.7.0
2019-08-22 09:05:17 UTC/bin/sh -c #(nop) ENV TINI_VERSION=0.18.0
2019-08-22 09:11:40 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.3.10 && gem install json -v 2.2.0 && gem install async-http -v 0.46.3 && gem install fluentd -v 1.7.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
2019-08-22 09:11:42 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
2019-08-22 09:11:43 UTC/bin/sh -c #(nop) COPY file:b17cd36ae7d6d987574a9735f558087612017b90b84b36b4fa908880574dd7ec in /fluentd/etc/
2019-08-22 09:11:43 UTC/bin/sh -c #(nop) COPY file:582e4c287ae1af37b852a769a197ed48b5dcd0cbac830e6a250f14a753c893e0 in /bin/
2019-08-22 09:11:43 UTC/bin/sh -c #(nop) ENV FLUENTD_CONF=fluent.conf
2019-08-22 09:11:44 UTC/bin/sh -c #(nop) ENV LD_PRELOAD=/usr/lib/libjemalloc.so.2
2019-08-22 09:11:44 UTC/bin/sh -c #(nop) EXPOSE 24224 5140
2019-08-22 09:11:44 UTC/bin/sh -c #(nop) USER fluent
2019-08-22 09:11:45 UTC/bin/sh -c #(nop) ENTRYPOINT ["tini" "--" "/bin/entrypoint.sh"]
2019-08-22 09:11:45 UTC/bin/sh -c #(nop) CMD ["fluentd"]
2019-08-29 21:10:43 UTC/bin/sh -c #(nop) LABEL maintainer=Eduardo Silva <eduardo@treasure-data.com>
2019-08-29 21:10:44 UTC/bin/sh -c #(nop) USER root
2019-08-29 21:10:44 UTC/bin/sh -c #(nop) WORKDIR /home/fluent
2019-08-29 21:10:45 UTC/bin/sh -c #(nop) ENV PATH=/fluentd/vendor/bundle/ruby/2.6.0/bin:/usr/local/bundle/bin:/usr/local/bundle/gems/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2019-08-29 21:10:45 UTC/bin/sh -c #(nop) ENV GEM_PATH=/fluentd/vendor/bundle/ruby/2.6.0
2019-08-29 21:10:46 UTC/bin/sh -c #(nop) ENV GEM_HOME=/fluentd/vendor/bundle/ruby/2.6.0
2019-08-29 21:10:46 UTC/bin/sh -c #(nop) ENV FLUENTD_DISABLE_BUNDLER_INJECTION=1
2019-08-29 21:10:47 UTC/bin/sh -c #(nop) COPY multi:4f1b07967ee2bb4f1987d8374b56f2b713aa97ba396aaa51d75c2e26da0d062b in /fluentd/
2019-08-29 21:15:02 UTC/bin/sh -c buildDeps="sudo make gcc g++ libc-dev libffi-dev" && apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends $buildDeps net-tools && 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
2019-08-29 21:15:03 UTC/bin/sh -c #(nop) COPY file:547ca13abe6bb3eff79d6a6299cbf636f99ec750de49342f22089c0553047cc9 in /fluentd/etc/
2019-08-29 21:15:04 UTC/bin/sh -c #(nop) COPY file:b3d3f016d7ee283a12df0ddfb817b199cf9615e70393303ff2c7acf8bb426d86 in /fluentd/etc/
2019-08-29 21:15:04 UTC/bin/sh -c #(nop) COPY file:884b3cab8deebbfe82e8aa79cb411efdb6e3dca8a6fc1ca0514dd626becfdd7a in /fluentd/etc/
2019-08-29 21:15:05 UTC/bin/sh -c #(nop) COPY file:b7aff6a0becc268428f61a60a8b6083f1b763bf14378c88464dc7c488e2064e0 in /fluentd/etc/
2019-08-29 21:15:07 UTC/bin/sh -c touch /fluentd/etc/disable.conf
2019-08-29 21:15:08 UTC/bin/sh -c #(nop) COPY dir:4010a48b6bd7b45e83060ea3ac7df149b3182b9f5e33975ef20eb3ceabaeaacd in /fluentd/plugins/
2019-08-29 21:15:08 UTC/bin/sh -c #(nop) COPY file:1219fda6fe6e6a8d9e4386ac197693e0f3da3d8572a2bbdb706e3c4c000bcbb6 in /fluentd/entrypoint.sh
2019-08-29 21:15:09 UTC/bin/sh -c #(nop) ENV FLUENTD_OPT=
2019-08-29 21:15:09 UTC/bin/sh -c #(nop) ENV FLUENTD_CONF=fluent.conf
2019-08-29 21:15:09 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.