2019-08-12 17:55:56 UTC
33.7 MB
/usr/local/bundle
BUNDLE_PATH/usr/local/bundle
BUNDLE_SILENCE_ROOT_WARNING1
GEM_HOME/usr/local/bundle
PATH/usr/local/bundle/bin:/usr/local/bundle/gems/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
RUBYGEMS_VERSION3.0.3
RUBY_DOWNLOAD_SHA25625da31b9815bfa9bba9f9b793c055a40a35c43c6adfb1fdbd81a09099f9b529c
RUBY_MAJOR2.4
RUBY_VERSION2.4.6
[#000] sha256:0503825856099e6adb39c8297af09547f69684b7016b7f3680ed801aa310baaa - 7.89% (2.66 MB)
[#001] sha256:cb9e14f894ff56b81c154df3721055619b2a5a723e56cea66fa45ffe011c202f - 2.91% (1010 KB)
[#002] sha256:78b911433595475135fbc9b33bfb5350e69e1e420d6be3b3fff83e943445135f - 0.0% (197 Bytes)
[#003] sha256:7eb3ba9184341b4e7d7783e40d3887c57ff8e9dc15f8b4a3f95f6390a61e1d1c - 64.61% (21.8 MB)
[#004] sha256:7ce9cd1ff5c17f6be95ddc115cd207d4b3051d95896abcef1641b7a9cd049f2a - 0.0% (142 Bytes)
[#005] sha256:7104a8837f8a8874c76e9c7c88bf101bc79a80296c3afd1de649742e3f287f3b - 0.0% (132 Bytes)
[#006] sha256:7e0ce66c6822c2bdd4fc746332ea9434c175ee3013177331f328c3fadfe6f514 - 0.0% (1.22 KB)
[#007] sha256:8379fb4aaaf56cf4931a29cf57ae27527d2db4eecfb7ba980703d0d393cdf146 - 0.0% (980 Bytes)
[#008] sha256:8e884537a4745e7c163c1491bbda98a37d177ab86c13da3c3d4fa75fc761dceb - 23.99% (8.09 MB)
[#009] sha256:d4a66f30870bd51e4f01d058d81c343a9423b10632f1a1613d606a01a9ec5841 - 0.29% (101 KB)
[#010] sha256:02d4e0b9a6d9843957fcd8cdbd7a9440427d471f807410767253cebc9a31684c - 0.29% (101 KB)
[#011] sha256:4684b4a8f377971d6a3ec33adc0d97609ceeeb34c38f4600820112af03f63f74 - 0.0% (93 Bytes)
/bin/sh -c #(nop) ADD file:0eb5ea35741d23fe39cbac245b3a5d84856ed6384f4ff07d496369ee6d960bad in /
2019-07-11 22:20:52 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2019-07-12 02:59:31 UTC/bin/sh -c apk add --no-cache gmp-dev
2019-07-12 02:59:31 UTC/bin/sh -c set -eux; mkdir -p /usr/local/etc; { echo 'install: --no-document'; echo 'update: --no-document'; } >> /usr/local/etc/gemrc
2019-07-12 04:32:26 UTC/bin/sh -c #(nop) ENV RUBY_MAJOR=2.4
2019-07-12 04:32:27 UTC/bin/sh -c #(nop) ENV RUBY_VERSION=2.4.6
2019-07-12 04:32:27 UTC/bin/sh -c #(nop) ENV RUBY_DOWNLOAD_SHA256=25da31b9815bfa9bba9f9b793c055a40a35c43c6adfb1fdbd81a09099f9b529c
2019-07-12 04:32:27 UTC/bin/sh -c #(nop) ENV RUBYGEMS_VERSION=3.0.3
2019-07-12 04:38:52 UTC/bin/sh -c set -eux; apk add --no-cache --virtual .ruby-builddeps autoconf bison bzip2 bzip2-dev ca-certificates coreutils dpkg-dev dpkg gcc gdbm-dev glib-dev libc-dev libffi-dev libxml2-dev libxslt-dev linux-headers make ncurses-dev openssl openssl-dev procps readline-dev ruby tar xz yaml-dev zlib-dev ; 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; wget -O 'thread-stack-fix.patch' 'https://bugs.ruby-lang.org/attachments/download/7081/0001-thread_pthread.c-make-get_main_stack-portable-on-lin.patch'; echo '3ab628a51d92fdf0d2b5835e93564857aea73e0c1de00313864a94a6255cb645 *thread-stack-fix.patch' | sha256sum --check --strict; patch -p1 -i thread-stack-fix.patch; rm thread-stack-fix.patch; { 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)"; export ac_cv_func_isnan=yes ac_cv_func_isinf=yes; ./configure --build="$gnuArch" --disable-install-doc --enable-shared ; make -j "$(nproc)"; make install; runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' )"; apk add --no-network --virtual .ruby-rundeps $runDeps bzip2 ca-certificates libffi-dev procps yaml-dev zlib-dev ; apk del --no-network .ruby-builddeps; cd /; rm -r /usr/src/ruby; ruby -e 'exit(Gem::Version.create(ENV["RUBYGEMS_VERSION"]) > Gem::Version.create(Gem::VERSION))'; gem update --system "$RUBYGEMS_VERSION" && rm -r /root/.gem/; ! apk --no-network list --installed | grep -v '^[.]ruby-rundeps' | grep -i ruby ; [ "$(command -v ruby)" = '/usr/local/bin/ruby' ]; ruby --version; gem --version; bundle --version
2019-07-12 04:38:52 UTC/bin/sh -c #(nop) ENV GEM_HOME=/usr/local/bundle
2019-07-12 14:38:56 UTC/bin/sh -c #(nop) ENV BUNDLE_PATH=/usr/local/bundle BUNDLE_SILENCE_ROOT_WARNING=1 BUNDLE_APP_CONFIG=/usr/local/bundle
2019-07-12 14:38:56 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-07-12 14:38:57 UTC/bin/sh -c mkdir -p "$GEM_HOME" && chmod 777 "$GEM_HOME"
2019-07-12 14:38:57 UTC/bin/sh -c #(nop) CMD ["irb"]
2019-08-12 17:55:44 UTC/bin/sh -c #(nop) WORKDIR /usr/src/app
2019-08-12 17:55:44 UTC/bin/sh -c adduser -u 9000 -D app
2019-08-12 17:55:44 UTC/bin/sh -c #(nop) COPY multi:0cec6721c996a37640c905cf9e9377a5a5391f5ea0f02bfd38707aeaeb669663 in /usr/src/app/
2019-08-12 17:55:54 UTC/bin/sh -c apk add --update build-base && gem install bundler && bundle install --quiet -j 4 --without=test && chown -R app:app /usr/local/bundle && rm -fr ~/.gem ~/.bundle ~/.wh..gem && apk del build-base
2019-08-12 17:55:54 UTC/bin/sh -c #(nop) COPY dir:3d0cd6cb68aea86b84cf06206b2cc29d783f5550d5bf3061f1106d8a53c1fbea in /usr/src/app
2019-08-12 17:55:56 UTC/bin/sh -c chown -R app:app .
2019-08-12 17:55:56 UTC/bin/sh -c #(nop) USER [app]
2019-08-12 17:55:56 UTC/bin/sh -c #(nop) VOLUME [/code]
2019-08-12 17:55:56 UTC/bin/sh -c #(nop) WORKDIR /code
2019-08-12 17:55:56 UTC/bin/sh -c #(nop) CMD ["/usr/src/app/bin/codeclimate-rubocop"]
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.