Namespace
library
Image / Tag
ruby:2.2.7-alpine3.4
Content Digest
sha256:ce61dfe143e415c32f47fb62c2cc024de7c51e418d7b553105f1d17a8bbcfcdd
Details
Created

2017-09-14 03:48:17 UTC

Size

35.1 MB

Content Digest
Environment
BUNDLER_VERSION

1.15.4

BUNDLE_APP_CONFIG

/usr/local/bundle

BUNDLE_BIN

/usr/local/bundle/bin

BUNDLE_PATH

/usr/local/bundle

BUNDLE_SILENCE_ROOT_WARNING

1

GEM_HOME

/usr/local/bundle

PATH

/usr/local/bundle/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

RUBYGEMS_VERSION

2.6.13

RUBY_DOWNLOAD_SHA256

234c8aee6543da9efd67008e6e7ee740d41ed57a52e797f65043c3b5ec3bcb53

RUBY_MAJOR

2.2

RUBY_VERSION

2.2.7


Layers

[#000] sha256:90f4dba627d65ea3223761bcfe54e726337a919fe98117ef107914f91be657c9 - 6.49% (2.27 MB)

[#001] sha256:ad7f738df39a8f37ec55b57c893591ee82d107b973ec45e0279bd6e6667d631e - 0.0% (202 Bytes)

[#002] sha256:df32f64bc326eafd8b5a29a9d09dbee250ac7f0b3561e55358f367b3e0197e13 - 91.67% (32.1 MB)

[#003] sha256:97fcb53b51c87aee6658eaeef11421774d3ea8bbd1f0ce41334f59af13157bfe - 1.84% (661 KB)

[#004] sha256:d039c514456f9ba034a3fc15e24c985bc8a113564e8febb8a0f1f5c0495855d8 - 0.0% (156 Bytes)


History
2017-09-13 14:32:15 UTC

/bin/sh -c #(nop) ADD file:89e72bfc19e81624ba6a34bd5cecdf258750dc569ba03e17e3f4a286b1526461 in /

2017-09-13 14:32:15 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2017-09-14 03:12:34 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:44:21 UTC

/bin/sh -c #(nop) ENV RUBY_MAJOR=2.2

2017-09-14 03:44:21 UTC

/bin/sh -c #(nop) ENV RUBY_VERSION=2.2.7

2017-09-14 03:44:22 UTC

/bin/sh -c #(nop) ENV RUBY_DOWNLOAD_SHA256=234c8aee6543da9efd67008e6e7ee740d41ed57a52e797f65043c3b5ec3bcb53

2017-09-14 03:44:22 UTC

/bin/sh -c #(nop) ENV RUBYGEMS_VERSION=2.6.13

2017-09-14 03:48:13 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 --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 openssl-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:48:14 UTC

/bin/sh -c #(nop) ENV BUNDLER_VERSION=1.15.4

2017-09-14 03:48:15 UTC

/bin/sh -c gem install bundler --version "$BUNDLER_VERSION"

2017-09-14 03:48:15 UTC

/bin/sh -c #(nop) ENV GEM_HOME=/usr/local/bundle

2017-09-14 03:48:16 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:48:16 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:48:17 UTC

/bin/sh -c mkdir -p "$GEM_HOME" "$BUNDLE_BIN" && chmod 777 "$GEM_HOME" "$BUNDLE_BIN"

2017-09-14 03:48:17 UTC

/bin/sh -c #(nop) CMD ["irb"]

Danger Zone
Delete Tag

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.

Delete