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

2018-03-29 17:55:03 UTC

Size

23.7 MB

Content Digest
Environment
BUNDLER_VERSION

1.16.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.7.6

RUBY_DOWNLOAD_SHA256

1d0034071d675193ca769f64c91827e5f54cb3a7962316a41d5217c7bc6949f0

RUBY_MAJOR

2.4

RUBY_VERSION

2.4.4


Layers

[#000] sha256:81033e7c1d6a5b44a94bb6b40033a6e589f50fd6b61578da6fc809e61f83898d - 9.6% (2.28 MB)

[#001] sha256:a838278921976647713de0fd9ac918ad22a3541d7c6134522b4538be189eb9f8 - 0.0% (200 Bytes)

[#002] sha256:3ebfc9b99892d75e93afa2f66f40e4f36b452e494132068e4cb1b80108d687b7 - 90.4% (21.4 MB)

[#003] sha256:f52e2bf4e825ee27174375bf33b0d3c91a5c6062ccb00c2da1f146ab38990d2b - 0.0% (154 Bytes)


History
2018-01-09 21:12:40 UTC

/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:14:18 UTC

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

2018-03-29 17:52:21 UTC

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

2018-03-29 17:52:21 UTC

/bin/sh -c #(nop) ENV RUBY_DOWNLOAD_SHA256=1d0034071d675193ca769f64c91827e5f54cb3a7962316a41d5217c7bc6949f0

2018-03-29 17:52:21 UTC

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

2018-03-29 17:52:22 UTC

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

2018-03-29 17:55:01 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 17:55:01 UTC

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

2018-03-29 17:55:01 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 17:55:02 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 17:55:03 UTC

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

2018-03-29 17:55:03 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