2017-09-14 03:12:29 UTC
36.2 MB
1.15.4
BUNDLE_APP_CONFIG/usr/local/bundle
BUNDLE_BIN/usr/local/bundle/bin
BUNDLE_PATH/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_VERSION2.6.13
RUBY_DOWNLOAD_SHA2564fc8a9992de3e90191de369270ea4b6c1b171b7941743614cc50822ddc1fe654
RUBY_MAJOR2.4
RUBY_VERSION2.4.1
[#000] sha256:88286f41530e93dffd4b964e1db22ce4939fffa4a4c665dab8591fbab03d4926 - 5.24% (1.9 MB)
[#001] sha256:646f42db9346c7161468e494b06aac4bd459be828f3be88753ee6f60338612d6 - 0.0% (201 Bytes)
[#002] sha256:85e3c480a3da653adb0492cdaea1c9cb1552fd8004b8685ca2e4ebc88ad676a0 - 92.98% (33.7 MB)
[#003] sha256:f0a09f005d83b46dafb05ba201d691ce11521d64d996f282d178f3703ef75ce8 - 1.78% (661 KB)
[#004] sha256:e3a7c85051161fb2dcb0e1913ba6704c772f99c45f9844d40c972a060d6e28de - 0.0% (156 Bytes)
/bin/sh -c #(nop) ADD file:4583e12bf5caec40b861a3409f2a1624c3f3556cc457edb99c9707f00e779e45 in /
2017-09-13 14:32:26 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2017-09-14 03:06:46 UTC/bin/sh -c mkdir -p /usr/local/etc && { echo 'install: --no-document'; echo 'update: --no-document'; } >> /usr/local/etc/gemrc
2017-09-14 03:06:47 UTC/bin/sh -c #(nop) ENV RUBY_MAJOR=2.4
2017-09-14 03:06:47 UTC/bin/sh -c #(nop) ENV RUBY_VERSION=2.4.1
2017-09-14 03:06:47 UTC/bin/sh -c #(nop) ENV RUBY_DOWNLOAD_SHA256=4fc8a9992de3e90191de369270ea4b6c1b171b7941743614cc50822ddc1fe654
2017-09-14 03:06:47 UTC/bin/sh -c #(nop) ENV RUBYGEMS_VERSION=2.6.13
2017-09-14 03:12:25 UTC/bin/sh -c set -ex && 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 libressl libressl-dev libxml2-dev libxslt-dev linux-headers make ncurses-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 -c - && 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)" && 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 --recursive /usr/local | awk '{ gsub(/,/, "\nso:", $2); print "so:" $2 }' | sort -u | xargs -r apk info --installed | sort -u )" && apk add --virtual .ruby-rundeps $runDeps bzip2 ca-certificates libffi-dev libressl-dev procps yaml-dev zlib-dev && apk del .ruby-builddeps && cd / && rm -r /usr/src/ruby && gem update --system "$RUBYGEMS_VERSION"
2017-09-14 03:12:26 UTC/bin/sh -c #(nop) ENV BUNDLER_VERSION=1.15.4
2017-09-14 03:12:27 UTC/bin/sh -c gem install bundler --version "$BUNDLER_VERSION"
2017-09-14 03:12:28 UTC/bin/sh -c #(nop) ENV GEM_HOME=/usr/local/bundle
2017-09-14 03:12:28 UTC/bin/sh -c #(nop) ENV BUNDLE_PATH=/usr/local/bundle BUNDLE_BIN=/usr/local/bundle/bin BUNDLE_SILENCE_ROOT_WARNING=1 BUNDLE_APP_CONFIG=/usr/local/bundle
2017-09-14 03:12:28 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bundle/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2017-09-14 03:12:29 UTC/bin/sh -c mkdir -p "$GEM_HOME" "$BUNDLE_BIN" && chmod 777 "$GEM_HOME" "$BUNDLE_BIN"
2017-09-14 03:12:29 UTC/bin/sh -c #(nop) CMD ["irb"]
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.