Namespace
library
Image / Tag
ruby:2.3.4-alpine
Content Digest
sha256:0a57608ff048a6546d74dc5e99aeffc890ae757e06bcb015a738da4c4fbb32f7
Details
Created

2017-09-14 03:35:35 UTC

Size

41.8 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

341cd9032e9fd17c452ed8562a8d43f7e45bfe05e411d0d7d627751dd82c578c

RUBY_MAJOR

2.3

RUBY_VERSION

2.3.4


Layers

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

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

[#002] sha256:8a13ae70010008ad1ab7873fccbb61f99efa4bebb4658a907f5170571fde1c7e - 93.02% (38.9 MB)

[#003] sha256:ca8802de59a5db2833d5f29e19f495bf58a0bd78dabf7633767a9bbaab1372ba - 1.54% (661 KB)

[#004] sha256:d09def6470bad76c6b63302693d51f9bebcbc8fc026e2e23c10a2f0671fdead5 - 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:31:27 UTC

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

2017-09-14 03:31:28 UTC

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

2017-09-14 03:31:28 UTC

/bin/sh -c #(nop) ENV RUBY_DOWNLOAD_SHA256=341cd9032e9fd17c452ed8562a8d43f7e45bfe05e411d0d7d627751dd82c578c

2017-09-14 03:31:28 UTC

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

2017-09-14 03:35:31 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:35:31 UTC

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

2017-09-14 03:35:33 UTC

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

2017-09-14 03:35:33 UTC

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

2017-09-14 03:35:33 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:35:34 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:35:35 UTC

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

2017-09-14 03:35:35 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