2020-11-05 18:17:06 UTC
32.5 MB
/usr/local/bundle
BUNDLE_SILENCE_ROOT_WARNING1
GEM_HOME/usr/local/bundle
PATH/usr/local/bundle/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
RUBYGEMS_VERSION3.0.3
RUBY_DOWNLOAD_SHA256d5668ed11544db034f70aec37d11e157538d639ed0d0a968e2f587191fc530df
RUBY_MAJOR2.4
RUBY_VERSION2.4.10
[#000] sha256:aad63a9339440e7c3e1fff2b988991b9bfb81280042fa7f39a5e327023056819 - 8.22% (2.67 MB)
[#001] sha256:cca28d9d22b9db22fe924a8dea99a0f2b6dd9bd713535ee3469f5d5d97f67871 - 3.32% (1.08 MB)
[#002] sha256:e46ee7bc75f66e10d9b504cc4dcdc6546a700b1c62a007d608e3774ad2edd402 - 0.0% (196 Bytes)
[#003] sha256:77f6ac0a75a8bb9c8dc9957cde441fb8ce97a55186c06a04686c5a7276dee963 - 66.16% (21.5 MB)
[#004] sha256:7d7702b298dc6d2e6b2633df7f5b07510c71e64bc357bcb2038db8fe0d245523 - 0.0% (139 Bytes)
[#005] sha256:f503eeefc943f824dd66b6d5985cb1371dfae8c2b1685ef64278d6ca4a95f14b - 0.0% (131 Bytes)
[#006] sha256:6d6402874420495011b614ce9591d4ac0275609059bf9506819c25f51bd7bc11 - 0.0% (1.2 KB)
[#007] sha256:34bc077664e9502d4d04d73994594de17a910da8698408ebc6a48060299258ad - 0.0% (930 Bytes)
[#008] sha256:f5ebfbdf56520f18b47f9291a1f47927afbdc3bd49de3bf2d5c13b78f0754a97 - 21.79% (7.08 MB)
[#009] sha256:8d77cafe18cc6627d3ca24dcd86eab5e07bcee6043ddc9554119807be499fdd4 - 0.25% (84.5 KB)
[#010] sha256:8e288d2e010ce9169619dfed6ce180d8cd2397a3f506cd78265c45fd461d8a65 - 0.25% (84.5 KB)
[#011] sha256:56d270b95fac2e7b3279d4343c4015ace344b90fc719799570626908e1099b63 - 0.0% (93 Bytes)
/bin/sh -c #(nop) ADD file:0c4555f363c2672e350001f1293e689875a3760afe7b3f9146886afe67121cba in /
2020-03-23 21:19:34 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2020-03-24 00:55:02 UTC/bin/sh -c apk add --no-cache gmp-dev
2020-03-24 00:55:03 UTC/bin/sh -c set -eux; mkdir -p /usr/local/etc; { echo 'install: --no-document'; echo 'update: --no-document'; } >> /usr/local/etc/gemrc
2020-03-24 01:10:28 UTC/bin/sh -c #(nop) ENV RUBY_MAJOR=2.4
2020-04-01 03:40:25 UTC/bin/sh -c #(nop) ENV RUBY_VERSION=2.4.10
2020-04-01 03:40:25 UTC/bin/sh -c #(nop) ENV RUBY_DOWNLOAD_SHA256=d5668ed11544db034f70aec37d11e157538d639ed0d0a968e2f587191fc530df
2020-04-01 03:40:26 UTC/bin/sh -c #(nop) ENV RUBYGEMS_VERSION=3.0.3
2020-04-01 03:44:10 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
2020-04-01 03:44:10 UTC/bin/sh -c #(nop) ENV GEM_HOME=/usr/local/bundle
2020-04-01 03:44:10 UTC/bin/sh -c #(nop) ENV BUNDLE_SILENCE_ROOT_WARNING=1 BUNDLE_APP_CONFIG=/usr/local/bundle
2020-04-01 03:44:11 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bundle/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2020-04-01 03:44:11 UTC/bin/sh -c mkdir -p "$GEM_HOME" && chmod 777 "$GEM_HOME"
2020-04-01 03:44:11 UTC/bin/sh -c #(nop) CMD ["irb"]
2020-11-05 18:16:55 UTC/bin/sh -c #(nop) WORKDIR /usr/src/app
2020-11-05 18:16:56 UTC/bin/sh -c adduser -u 9000 -D app
2020-11-05 18:16:56 UTC/bin/sh -c #(nop) COPY multi:9282f50fd85271732ccb1849156b64d9ec78bfc2bbc5532d0d3fcb606bb1d0ed in /usr/src/app/
2020-11-05 18:17:04 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
2020-11-05 18:17:04 UTC/bin/sh -c #(nop) COPY dir:aaade6493ad473ba20bc06da44179e24b6d5621487561321ddca76517a1f274a in /usr/src/app
2020-11-05 18:17:06 UTC/bin/sh -c chown -R app:app .
2020-11-05 18:17:06 UTC/bin/sh -c #(nop) USER [app]
2020-11-05 18:17:06 UTC/bin/sh -c #(nop) VOLUME [/code]
2020-11-05 18:17:06 UTC/bin/sh -c #(nop) WORKDIR /code
2020-11-05 18:17:06 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.