2018-03-29 18:58:20 UTC
32.3 MB
1.16.1
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.6
RUBY_DOWNLOAD_SHA256bf77bcb7e6666ccae8d0882ea12b05f382f963f0a9a5285a328760c06a9ab650
RUBY_MAJOR2.2
RUBY_VERSION2.2.10
[#000] sha256:81033e7c1d6a5b44a94bb6b40033a6e589f50fd6b61578da6fc809e61f83898d - 7.06% (2.28 MB)
[#001] sha256:a838278921976647713de0fd9ac918ad22a3541d7c6134522b4538be189eb9f8 - 0.0% (200 Bytes)
[#002] sha256:d21513c1f7026cdc7a56c4135f5c44afe7f9275f09c846e3dedde41a1ac84a23 - 92.94% (30 MB)
[#003] sha256:1dfd98116e4f61f73715c7812dd22952062a472823d132712d8a967dd8410b39 - 0.0% (155 Bytes)
/bin/sh -c #(nop) ADD file:69848cb51056edaf120230b6f218a79968ac797295c2cef6728332e1801357be in /
2018-01-09 21:12:40 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2018-01-10 05:14:17 UTC/bin/sh -c mkdir -p /usr/local/etc && { echo 'install: --no-document'; echo 'update: --no-document'; } >> /usr/local/etc/gemrc
2018-01-10 05:21:42 UTC/bin/sh -c #(nop) ENV RUBY_MAJOR=2.2
2018-03-29 18:56:15 UTC/bin/sh -c #(nop) ENV RUBY_VERSION=2.2.10
2018-03-29 18:56:15 UTC/bin/sh -c #(nop) ENV RUBY_DOWNLOAD_SHA256=bf77bcb7e6666ccae8d0882ea12b05f382f963f0a9a5285a328760c06a9ab650
2018-03-29 18:56:16 UTC/bin/sh -c #(nop) ENV RUBYGEMS_VERSION=2.7.6
2018-03-29 18:56:16 UTC/bin/sh -c #(nop) ENV BUNDLER_VERSION=1.16.1
2018-03-29 18:58:18 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 && rm -r /root/.gem/
2018-03-29 18:58:18 UTC/bin/sh -c #(nop) ENV GEM_HOME=/usr/local/bundle
2018-03-29 18:58:18 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
2018-03-29 18:58:19 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bundle/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2018-03-29 18:58:19 UTC/bin/sh -c mkdir -p "$GEM_HOME" "$BUNDLE_BIN" && chmod 777 "$GEM_HOME" "$BUNDLE_BIN"
2018-03-29 18:58:20 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.