2019-12-09 10:04:12 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_SHA256d5d6da717fd48524596f9b78ac5a2eeb9691753da5c06923a6c31190abe01a62
RUBY_MAJOR2.6
RUBY_VERSION2.6.5
TINI_VERSION0.18.0
[#000] sha256:80369df487363e56aea88d4d41b61f1607fc2ec198e9327cfde36a5346c71bf2 - 19.16% (21.5 MB)
[#001] sha256:f4e587ff108ca9e262a64bfd125df0a6ee873d697b26ce1160ff11be1f8e0abd - 9.49% (10.6 MB)
[#002] sha256:8fda77e22cd9b3f024bb9ed18a94494310b88b283c87b98d269890bee3becce1 - 0.0% (206 Bytes)
[#003] sha256:a6a0b234dc3b6f5eb6134c02ce3e9b98b0ed85c6db4787045c49a7e8ffac474b - 16.91% (19 MB)
[#004] sha256:0d7cf262264908404a536bb9cba6489b341c79fb6d5efa062b982a1cc8cbe49a - 0.0% (148 Bytes)
[#005] sha256:93af534464638dbe9762ca113d9b5425cf2fd269c1d3bc76bf19ffe3ce3c05f9 - 19.49% (21.9 MB)
[#006] sha256:3149d013188db596ff6546a37c0951ce0f351bf1f5546f325be46fda23fc1cc5 - 0.0% (1.78 KB)
[#007] sha256:059a48ffede25199fcafaa93e746bf4dda7b94639a80fdd30f8841678655df67 - 0.0% (408 Bytes)
[#008] sha256:37784611f884bf0eb7cf90c87ea3469f93cc23166febedd3fe304700ea4cf8bb - 0.0% (444 Bytes)
[#009] sha256:5ed10b2c8fc3f2318fc9307f0cff70799c74b5b1d02e2f8a285eec5b330af16a - 0.0% (116 Bytes)
[#010] sha256:80a28d98a48171435beab84da3f70614834e23c7b55a565ac7920439776767af - 0.0% (1.47 KB)
[#011] sha256:341692de3753f20720f9762921a8c5f59ec7922b1bfd8907614482c44897e080 - 34.94% (39.2 MB)
[#012] sha256:4475639f2bf3478da7f1b6e72bc5946bdf828b6cad8b4f44fe2e799cff2d716b - 0.0% (489 Bytes)
[#013] sha256:f8e97d257de5d2a62836f7624c4bf80513bc269e320a837ce14b8aae26ff3bc3 - 0.0% (638 Bytes)
[#014] sha256:e8ceb1fa59baef44962eb5fb9c2093490011eb498f9e5d5b1ae2a773a809eb33 - 0.0% (1.72 KB)
[#015] sha256:81ce5f3467056ed8eb22b0c6ad0b030ee2e42543b2cf3ff1e175c37f2040303b - 0.0% (413 Bytes)
[#016] sha256:28ebe0edb33957eb758574e46fa1c71e8a6c1c51c370c7527ec950684afa3b46 - 0.0% (159 Bytes)
[#017] sha256:7db4930b196cadb3b0984a118f6d8c82f867406de4b03187170e8ffdc2b127fd - 0.0% (1.23 KB)
[#018] sha256:b221f33f16b2a86d8169ba1c6525b77db90677561604ef4c62f9acd6c82dc56e - 0.0% (300 Bytes)
/bin/sh -c #(nop) ADD file:37512e59e7c324f9ec5b01628ef87efee73d2092cfe97d05ca949dc3528e4c2a in /
2019-10-16 23:29:19 UTC/bin/sh -c #(nop) CMD ["bash"]
2019-10-17 09:06: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/*
2019-10-17 09:06: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-10-17 09:06:07 UTC/bin/sh -c #(nop) ENV RUBY_MAJOR=2.6
2019-10-17 09:06:07 UTC/bin/sh -c #(nop) ENV RUBY_VERSION=2.6.5
2019-10-17 09:06:07 UTC/bin/sh -c #(nop) ENV RUBY_DOWNLOAD_SHA256=d5d6da717fd48524596f9b78ac5a2eeb9691753da5c06923a6c31190abe01a62
2019-10-17 09:09:29 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-10-17 09:09:29 UTC/bin/sh -c #(nop) ENV GEM_HOME=/usr/local/bundle
2019-10-17 09:09:29 UTC/bin/sh -c #(nop) ENV BUNDLE_PATH=/usr/local/bundle BUNDLE_SILENCE_ROOT_WARNING=1 BUNDLE_APP_CONFIG=/usr/local/bundle
2019-10-17 09:09:29 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-10-17 09:09:30 UTC/bin/sh -c mkdir -p "$GEM_HOME" && chmod 777 "$GEM_HOME"
2019-10-17 09:09:30 UTC/bin/sh -c #(nop) CMD ["irb"]
2019-10-26 09:43:32 UTC/bin/sh -c #(nop) LABEL maintainer=Fluentd developers <fluentd@googlegroups.com>
2019-10-26 09:43:32 UTC/bin/sh -c #(nop) LABEL Description=Fluentd docker image Vendor=Fluent Organization Version=1.7.4
2019-10-26 09:43:32 UTC/bin/sh -c #(nop) ENV TINI_VERSION=0.18.0
2019-10-26 09:50:05 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.4 && 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-10-26 09:50:07 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-10-26 09:50:08 UTC/bin/sh -c #(nop) COPY file:b17cd36ae7d6d987574a9735f558087612017b90b84b36b4fa908880574dd7ec in /fluentd/etc/
2019-10-26 09:50:08 UTC/bin/sh -c #(nop) COPY file:582e4c287ae1af37b852a769a197ed48b5dcd0cbac830e6a250f14a753c893e0 in /bin/
2019-10-26 09:50:09 UTC/bin/sh -c #(nop) ENV FLUENTD_CONF=fluent.conf
2019-10-26 09:50:09 UTC/bin/sh -c #(nop) ENV LD_PRELOAD=/usr/lib/libjemalloc.so.2
2019-10-26 09:50:09 UTC/bin/sh -c #(nop) EXPOSE 24224 5140
2019-10-26 09:50:10 UTC/bin/sh -c #(nop) USER fluent
2019-10-26 09:50:10 UTC/bin/sh -c #(nop) ENTRYPOINT ["tini" "--" "/bin/entrypoint.sh"]
2019-10-26 09:50:10 UTC/bin/sh -c #(nop) CMD ["fluentd"]
2019-12-09 09:59:51 UTC/bin/sh -c #(nop) LABEL maintainer=Eduardo Silva <eduardo@treasure-data.com>
2019-12-09 09:59:52 UTC/bin/sh -c #(nop) USER root
2019-12-09 09:59:52 UTC/bin/sh -c #(nop) WORKDIR /home/fluent
2019-12-09 09:59:52 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-12-09 09:59:53 UTC/bin/sh -c #(nop) ENV GEM_PATH=/fluentd/vendor/bundle/ruby/2.6.0
2019-12-09 09:59:53 UTC/bin/sh -c #(nop) ENV GEM_HOME=/fluentd/vendor/bundle/ruby/2.6.0
2019-12-09 09:59:54 UTC/bin/sh -c #(nop) ENV FLUENTD_DISABLE_BUNDLER_INJECTION=1
2019-12-09 09:59:54 UTC/bin/sh -c #(nop) COPY multi:5a3a1eb5cf7bba376212dbebea981661b9cd18c4a6afc26b0ea61a9ea6a1b0ff in /fluentd/
2019-12-09 10:04:06 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-12-09 10:04:07 UTC/bin/sh -c #(nop) COPY file:90ead400d54ed87c8ed5e0cd42c6c4d1f3bab685aeeff503ae5643637dbbcd3f in /fluentd/etc/
2019-12-09 10:04:07 UTC/bin/sh -c #(nop) COPY file:798dee184caf6e87b007d36162cf03802871c3d11f6a7f5dbc861e3817fa3142 in /fluentd/etc/
2019-12-09 10:04:08 UTC/bin/sh -c #(nop) COPY file:c6e8618e920fbf9d52c79cd505e0f9e2bcb068f5dc8c79b5308470148026b6e1 in /fluentd/etc/
2019-12-09 10:04:08 UTC/bin/sh -c #(nop) COPY file:b7aff6a0becc268428f61a60a8b6083f1b763bf14378c88464dc7c488e2064e0 in /fluentd/etc/
2019-12-09 10:04:10 UTC/bin/sh -c touch /fluentd/etc/disable.conf
2019-12-09 10:04:11 UTC/bin/sh -c #(nop) COPY dir:4010a48b6bd7b45e83060ea3ac7df149b3182b9f5e33975ef20eb3ceabaeaacd in /fluentd/plugins/
2019-12-09 10:04:11 UTC/bin/sh -c #(nop) COPY file:a6a91db2cf04db793cdd8f910a52912233162f78cc9b6f60e7800a0893c44770 in /fluentd/entrypoint.sh
2019-12-09 10:04:11 UTC/bin/sh -c #(nop) ENV FLUENTD_OPT=
2019-12-09 10:04:12 UTC/bin/sh -c #(nop) ENV FLUENTD_CONF=fluent.conf
2019-12-09 10:04:12 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.