2020-01-16 12:41:07 UTC
122 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:8ec398bc03560e0fa56440e96da307cdf0b1ad153f459b52bca53ae7ddb8236d - 21.15% (25.8 MB)
[#001] sha256:05b696148f80a3c55c2ac62fc43b0dc9affda80e9d211be56b08eef2f1ed659e - 9.79% (12 MB)
[#002] sha256:adf092395f95bf11a093c51888632dadaf83f109f32ddf902cbecac8dd79cc89 - 0.0% (199 Bytes)
[#003] sha256:6a36680cb06fd38e45aac23a7011098c9d1758b5a43eac90b5c6ffff256f1464 - 16.74% (20.5 MB)
[#004] sha256:d18e1cb85888a863f90117924a9d38336e21a198d25f873ca0473bdbf9223b21 - 0.0% (143 Bytes)
[#005] sha256:06e82771c7aa77c99a0bddaef2448ba1cff7f0a65809697c2c82cb0230abdffc - 19.12% (23.4 MB)
[#006] sha256:713a137adef7cf3d9263d89bc1192f4a4035aee443caec43f811952d34bafd85 - 0.0% (1.79 KB)
[#007] sha256:8ea2f79f13b18f9fc2b1ef1f639bd6d8eb4e03538d847ee3f91379333c8078b9 - 0.0% (407 Bytes)
[#008] sha256:3e7c85bc73948fc6186757ba41eb2ab55f41020cf221e79b5ad93feab2c4a804 - 0.0% (445 Bytes)
[#009] sha256:9f8403df1b3444b4f8cf22522e008dea9e0a67e44c9f57baec28200444db25c6 - 0.0% (116 Bytes)
[#010] sha256:33660c0553936d8c839dca926e237c0ec4a715f40fc4e658ef6bac9178b26f28 - 0.0% (1.53 KB)
[#011] sha256:6ef1a5d2a2803143ac824be707fce470ca8a736e1317b7fac3c4097a002406e5 - 33.19% (40.5 MB)
[#012] sha256:2c6e564f4e786615a19c77b8e3d0b753fd15da6eaced5aaa5a67e6d52e656686 - 0.0% (927 Bytes)
[#013] sha256:33aa87c043f1ec4348b1ffc3f87c921649b0413600c6479839ab32dde16f4549 - 0.0% (528 Bytes)
[#014] sha256:4703a5a08e9b9fb9ad1576b9c1360d7c6097ea42beedc1642b8170dbdf7427fd - 0.0% (1.68 KB)
[#015] sha256:87be2b0c81273e7c9a0060a78e46975272c2a7c3e3887f9f0b39e711a323a013 - 0.0% (408 Bytes)
[#016] sha256:866891075a727c2c717b7058454226551bce70c316962f42b33cc5c0f8d98a7e - 0.0% (158 Bytes)
[#017] sha256:fc850ad0ceee8f6ebaad7e1a5255ad7163d0f22634602c9c33e5d1b2b794238c - 0.0% (1.22 KB)
[#018] sha256:f97174c21ce8b4f5105eee0c16685976d76a611b325f6bcdd6bb5ba977830c50 - 0.0% (397 Bytes)
/bin/sh -c #(nop) ADD file:04caaf303199c81ff1a94e2e39d5096f9d02b73294b82758e5bc6e23aff94272 in /
2019-12-28 04:21:23 UTC/bin/sh -c #(nop) CMD ["bash"]
2019-12-28 14:28:17 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-12-28 14:28:19 UTC/bin/sh -c set -eux; mkdir -p /usr/local/etc; { echo 'install: --no-document'; echo 'update: --no-document'; } >> /usr/local/etc/gemrc
2019-12-28 14:36:24 UTC/bin/sh -c #(nop) ENV RUBY_MAJOR=2.6
2019-12-28 14:36:24 UTC/bin/sh -c #(nop) ENV RUBY_VERSION=2.6.5
2019-12-28 14:36:24 UTC/bin/sh -c #(nop) ENV RUBY_DOWNLOAD_SHA256=d5d6da717fd48524596f9b78ac5a2eeb9691753da5c06923a6c31190abe01a62
2019-12-28 14:39:44 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
2019-12-28 14:39:44 UTC/bin/sh -c #(nop) ENV GEM_HOME=/usr/local/bundle
2019-12-28 14:39:44 UTC/bin/sh -c #(nop) ENV BUNDLE_PATH=/usr/local/bundle BUNDLE_SILENCE_ROOT_WARNING=1 BUNDLE_APP_CONFIG=/usr/local/bundle
2019-12-28 14:39:45 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-12-28 14:39:46 UTC/bin/sh -c mkdir -p "$GEM_HOME" && chmod 777 "$GEM_HOME"
2019-12-28 14:39:47 UTC/bin/sh -c #(nop) CMD ["irb"]
2020-01-06 02:28:20 UTC/bin/sh -c #(nop) LABEL maintainer=Fluentd developers <fluentd@googlegroups.com>
2020-01-06 02:28:20 UTC/bin/sh -c #(nop) LABEL Description=Fluentd docker image Vendor=Fluent Organization Version=1.8.1
2020-01-06 02:28:21 UTC/bin/sh -c #(nop) ENV TINI_VERSION=0.18.0
2020-01-06 02:34:57 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.2.0 && gem install async-http -v 0.49.1 && gem install fluentd -v 1.8.1 && 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
2020-01-06 02:34:59 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-01-06 02:35:00 UTC/bin/sh -c #(nop) COPY file:b17cd36ae7d6d987574a9735f558087612017b90b84b36b4fa908880574dd7ec in /fluentd/etc/
2020-01-06 02:35:00 UTC/bin/sh -c #(nop) COPY file:582e4c287ae1af37b852a769a197ed48b5dcd0cbac830e6a250f14a753c893e0 in /bin/
2020-01-06 02:35:01 UTC/bin/sh -c #(nop) ENV FLUENTD_CONF=fluent.conf
2020-01-06 02:35:01 UTC/bin/sh -c #(nop) ENV LD_PRELOAD=/usr/lib/libjemalloc.so.2
2020-01-06 02:35:01 UTC/bin/sh -c #(nop) EXPOSE 24224 5140
2020-01-06 02:35:02 UTC/bin/sh -c #(nop) USER fluent
2020-01-06 02:35:02 UTC/bin/sh -c #(nop) ENTRYPOINT ["tini" "--" "/bin/entrypoint.sh"]
2020-01-06 02:35:03 UTC/bin/sh -c #(nop) CMD ["fluentd"]
2020-01-16 12:36:38 UTC/bin/sh -c #(nop) LABEL maintainer=Eduardo Silva <eduardo@treasure-data.com>
2020-01-16 12:36:38 UTC/bin/sh -c #(nop) USER root
2020-01-16 12:36:39 UTC/bin/sh -c #(nop) WORKDIR /home/fluent
2020-01-16 12:36:39 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
2020-01-16 12:36:40 UTC/bin/sh -c #(nop) ENV GEM_PATH=/fluentd/vendor/bundle/ruby/2.6.0
2020-01-16 12:36:40 UTC/bin/sh -c #(nop) ENV GEM_HOME=/fluentd/vendor/bundle/ruby/2.6.0
2020-01-16 12:36:40 UTC/bin/sh -c #(nop) ENV FLUENTD_DISABLE_BUNDLER_INJECTION=1
2020-01-16 12:36:41 UTC/bin/sh -c #(nop) COPY multi:07b9c3723b9ed23c63e6a841605dae0368d79b7ac11131a8ceed76cb0412f076 in /fluentd/
2020-01-16 12:41:01 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
2020-01-16 12:41:02 UTC/bin/sh -c #(nop) COPY file:a818c949e293799b7ce38ae871a5444326ceb85e9e190d40d0157bbeea29178e in /fluentd/etc/
2020-01-16 12:41:02 UTC/bin/sh -c #(nop) COPY file:b3d3f016d7ee283a12df0ddfb817b199cf9615e70393303ff2c7acf8bb426d86 in /fluentd/etc/
2020-01-16 12:41:03 UTC/bin/sh -c #(nop) COPY file:9d5cf649c3f64a322b383e526907c1aed6723d5671faf8fa12d098946ba51f3d in /fluentd/etc/
2020-01-16 12:41:03 UTC/bin/sh -c #(nop) COPY file:b7aff6a0becc268428f61a60a8b6083f1b763bf14378c88464dc7c488e2064e0 in /fluentd/etc/
2020-01-16 12:41:05 UTC/bin/sh -c touch /fluentd/etc/disable.conf
2020-01-16 12:41:06 UTC/bin/sh -c #(nop) COPY dir:4010a48b6bd7b45e83060ea3ac7df149b3182b9f5e33975ef20eb3ceabaeaacd in /fluentd/plugins/
2020-01-16 12:41:06 UTC/bin/sh -c #(nop) COPY file:a58444315eaf677fb86ac92da937c3dea71a18ccbc8b8f6d1865cb9af2ad11db in /fluentd/entrypoint.sh
2020-01-16 12:41:06 UTC/bin/sh -c #(nop) ENV FLUENTD_OPT=
2020-01-16 12:41:07 UTC/bin/sh -c #(nop) ENV FLUENTD_CONF=fluent.conf
2020-01-16 12:41:07 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.