Namespace
library
Image / Tag
ruby:2.3.2-slim
Content Digest
sha256:f52a173394c709d29a8c8fd7cb26ad96db28705772b907295158d51bb6048636
Details
Created

2016-11-17 23:24:41 UTC

Size

93 MB

Content Digest
Environment
BUNDLER_VERSION

1.13.6

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.8

RUBY_DOWNLOAD_SHA256

8d7f6ca0f16d77e3d242b24da38985b7539f58dc0da177ec633a83d0c8f5b197

RUBY_MAJOR

2.3

RUBY_VERSION

2.3.2


Layers

[#000] sha256:386a066cd84a33a04d560c42bef66d1dd64ebfc76de78550e5fd0f8d57778bca - 52.64% (49 MB)

[#001] sha256:ec2a19adcb601ac582ae2b2cec63a8fead8b8eff63c7c73ec8e1c34084b0b971 - 10.23% (9.52 MB)

[#002] sha256:b37dcb8e3fe13596bfd392dd2619f6dc9b79fd00aad288ee04f23a2f5a14ffee - 0.0% (202 Bytes)

[#003] sha256:5c91b50475b25600ed0f2441da9e18c1db2f99ea36b4292a0129a53a93f93e04 - 36.51% (34 MB)

[#004] sha256:af06373e6656a2a8a1f5b37a5322082f3df7bea20c862fe47d12c24a1a53dd15 - 0.63% (598 KB)

[#005] sha256:3e0274df3142581e0924b2819e619a50bd26a10ffaa1b6b56326bc2d04fd7b69 - 0.0% (162 Bytes)


History
2016-11-07 20:30:25 UTC

/bin/sh -c #(nop) ADD file:41ea5187c50116884c38d9ec51d920d79cfaeb2a61c52e07a97f457419a10a4f in /

2016-11-07 20:30:26 UTC

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

2016-11-09 01:15:26 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends bzip2 ca-certificates libffi-dev libgdbm3 libssl-dev libyaml-dev procps zlib1g-dev && rm -rf /var/lib/apt/lists/*

2016-11-09 01:15:27 UTC

/bin/sh -c mkdir -p /usr/local/etc && { echo 'install: --no-document'; echo 'update: --no-document'; } >> /usr/local/etc/gemrc

2016-11-09 01:15:28 UTC

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

2016-11-17 23:21:56 UTC

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

2016-11-17 23:21:56 UTC

/bin/sh -c #(nop) ENV RUBY_DOWNLOAD_SHA256=8d7f6ca0f16d77e3d242b24da38985b7539f58dc0da177ec633a83d0c8f5b197

2016-11-17 23:21:56 UTC

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

2016-11-17 23:24:37 UTC

/bin/sh -c set -ex && buildDeps=' autoconf bison gcc libbz2-dev libgdbm-dev libglib2.0-dev libncurses-dev libreadline-dev libxml2-dev libxslt-dev make ruby wget ' && apt-get update && apt-get install -y --no-install-recommends $buildDeps && rm -rf /var/lib/apt/lists/* && wget -O ruby.tar.gz "https://cache.ruby-lang.org/pub/ruby/$RUBY_MAJOR/ruby-$RUBY_VERSION.tar.gz" && echo "$RUBY_DOWNLOAD_SHA256 *ruby.tar.gz" | sha256sum -c - && mkdir -p /usr/src/ruby && tar -xzf ruby.tar.gz -C /usr/src/ruby --strip-components=1 && rm ruby.tar.gz && cd /usr/src/ruby && { echo '#define ENABLE_PATH_CHECK 0'; echo; cat file.c; } > file.c.new && mv file.c.new file.c && autoconf && ./configure --disable-install-doc && make -j"$(nproc)" && make install && apt-get purge -y --auto-remove $buildDeps && cd / && rm -r /usr/src/ruby && gem update --system "$RUBYGEMS_VERSION"

2016-11-17 23:24:38 UTC

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

2016-11-17 23:24:39 UTC

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

2016-11-17 23:24:39 UTC

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

2016-11-17 23:24:40 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

2016-11-17 23:24:40 UTC

/bin/sh -c #(nop) ENV PATH=/usr/local/bundle/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2016-11-17 23:24:41 UTC

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

2016-11-17 23:24:41 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