2017-12-01 22:27:04 UTC
27 MB
1.16.0
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.7.3
RUBY_DOWNLOAD_SHA256748a8980d30141bd1a4124e11745bb105b436fb1890826e0d2b9ea31af27f735
RUBY_MAJOR2.4
RUBY_VERSION2.4.2
[#000] sha256:ab7e51e37a183df284512426b1cb56d0404532b6011c823f35127c796fb97b13 - 8.44% (2.28 MB)
[#001] sha256:442b117d3b3db9ad78d1b1ca5b2faf7c7f46db52d6782a901a9315d26774d2b7 - 0.0% (198 Bytes)
[#002] sha256:9fbffef4b1605d023737555b42305a65fa5f51c68b70e05687b423dee09dec6e - 91.56% (24.7 MB)
[#003] sha256:c2dd6d918f7a229b2d0ac1f0a07cfa77124e3816d0923c3a4c2827bdb55047e4 - 0.0% (156 Bytes)
/bin/sh -c #(nop) ADD file:c05a199f603e2a97ea93d9f6cc210a1c8ab27eda35f3613722bfcf697da36483 in /
2017-12-01 18:49:45 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2017-12-01 22:24:25 UTC/bin/sh -c mkdir -p /usr/local/etc && { echo 'install: --no-document'; echo 'update: --no-document'; } >> /usr/local/etc/gemrc
2017-12-01 22:24:25 UTC/bin/sh -c #(nop) ENV RUBY_MAJOR=2.4
2017-12-01 22:24:25 UTC/bin/sh -c #(nop) ENV RUBY_VERSION=2.4.2
2017-12-01 22:24:25 UTC/bin/sh -c #(nop) ENV RUBY_DOWNLOAD_SHA256=748a8980d30141bd1a4124e11745bb105b436fb1890826e0d2b9ea31af27f735
2017-12-01 22:24:25 UTC/bin/sh -c #(nop) ENV RUBYGEMS_VERSION=2.7.3
2017-12-01 22:24:26 UTC/bin/sh -c #(nop) ENV BUNDLER_VERSION=1.16.0
2017-12-01 22:27:03 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 openssl openssl-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 --format '%n#p' --recursive /usr/local | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' )" && apk add --virtual .ruby-rundeps $runDeps bzip2 ca-certificates libffi-dev openssl-dev procps yaml-dev zlib-dev && apk del .ruby-builddeps && cd / && rm -r /usr/src/ruby && gem update --system "$RUBYGEMS_VERSION" && gem install bundler --version "$BUNDLER_VERSION" --force
2017-12-01 22:27:03 UTC/bin/sh -c #(nop) ENV GEM_HOME=/usr/local/bundle
2017-12-01 22:27:03 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-12-01 22:27:04 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bundle/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2017-12-01 22:27:04 UTC/bin/sh -c mkdir -p "$GEM_HOME" "$BUNDLE_BIN" && chmod 777 "$GEM_HOME" "$BUNDLE_BIN"
2017-12-01 22:27:04 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.