Namespace
library
Image / Tag
ruby:2.1-slim
Content Digest
sha256:8454fe7dead78b72fe6d83cc86db621286cea6ac6cc36fa25cb8eb66be905bf3
Details
Created

2017-06-23 10:27:13 UTC

Size

92.2 MB

Content Digest
Environment
BUNDLER_VERSION

1.15.1

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

RUBY_DOWNLOAD_SHA256

5be9f8d5d29d252cd7f969ab7550e31bbb001feb4a83532301c0dd3b5006e148

RUBY_MAJOR

2.1

RUBY_VERSION

2.1.10


Layers

[#000] sha256:9f0706ba7422412cd468804fee456786f88bed94bf9aea6dde2a47f770d19d27 - 54.42% (50.2 MB)

[#001] sha256:967caaeb9aae94b27fbbc4c44a60233222805511aec035b914579611014a715a - 10.51% (9.69 MB)

[#002] sha256:66927232a94dc1abd982febb11e882c06e7e8ca91f7507febe11304d00cf90da - 0.0% (201 Bytes)

[#003] sha256:74144ef3b566bd4216cfcbcf37303bb98257e294836ded0edd50f9cf92d1226b - 34.37% (31.7 MB)

[#004] sha256:b0fa52e7d29c4d1b563fd2fdd6b2c576b756fc0fe0759efb426668e496cb6e2d - 0.7% (662 KB)

[#005] sha256:6335d4ae2b099ef8d5bc59246a687f6a3602eb0325d65a9edf45a6da568a9faf - 0.0% (160 Bytes)


History
2017-06-20 20:13:32 UTC

/bin/sh -c #(nop) ADD file:9c48682ff75c756544d4491472081a078edf5dd0bb5038d1cb850a1f9c480e3e in /

2017-06-20 20:13:34 UTC

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

2017-06-23 10:24:23 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/*

2017-06-23 10:24:25 UTC

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

2017-06-23 10:24:25 UTC

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

2017-06-23 10:24:26 UTC

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

2017-06-23 10:24:27 UTC

/bin/sh -c #(nop) ENV RUBY_DOWNLOAD_SHA256=5be9f8d5d29d252cd7f969ab7550e31bbb001feb4a83532301c0dd3b5006e148

2017-06-23 10:24:28 UTC

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

2017-06-23 10:27:06 UTC

/bin/sh -c set -ex && buildDeps=' autoconf bison dpkg-dev gcc libbz2-dev libgdbm-dev libglib2.0-dev libncurses-dev libreadline-dev libxml2-dev libxslt-dev make ruby wget xz-utils ' && apt-get update && apt-get install -y --no-install-recommends $buildDeps && rm -rf /var/lib/apt/lists/* && 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)" && ./configure --build="$gnuArch" --disable-install-doc --enable-shared && make -j "$(nproc)" && make install && apt-get purge -y --auto-remove $buildDeps && cd / && rm -r /usr/src/ruby && gem update --system "$RUBYGEMS_VERSION"

2017-06-23 10:27:07 UTC

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

2017-06-23 10:27:09 UTC

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

2017-06-23 10:27:10 UTC

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

2017-06-23 10:27:10 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-06-23 10:27:11 UTC

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

2017-06-23 10:27:12 UTC

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

2017-06-23 10:27:13 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