Namespace
library
Image / Tag
ruby:2.6.1-alpine3.9
Content Digest
sha256:7fdd3e9ab2f9797c280deeb1a97d8158b28bd33eb98531b928cb006270712d2e
Details
Created

2019-03-09 12:15:17 UTC

Size

26.2 MB

Content Digest
Environment
BUNDLE_APP_CONFIG

/usr/local/bundle

BUNDLE_PATH

/usr/local/bundle

BUNDLE_SILENCE_ROOT_WARNING

1

GEM_HOME

/usr/local/bundle

PATH

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

RUBYGEMS_VERSION

3.0.3

RUBY_DOWNLOAD_SHA256

47b629808e9fd44ce1f760cdf3ed14875fc9b19d4f334e82e2cf25cb2898f2f2

RUBY_MAJOR

2.6

RUBY_VERSION

2.6.1


Layers

[#000] sha256:a4c1e43a7431a562d92c5eb6e09e96b4731a474af51cad1c46e2d305ede29005 - 10.0% (2.62 MB)

[#001] sha256:36d093921c5eb9443a93b8e207de584de60a511bdb8ec69f1258c87b0f6312fa - 3.83% (1 MB)

[#002] sha256:ad038e7b0008e7f7594aa660be1b3ba2714d9f8fae5301546332597c5bc655e0 - 0.0% (196 Bytes)

[#003] sha256:c898379bce0626ff1a95eaedb34701fb2841a1ffb31d5e5f489d0bf5c92bb9bd - 86.16% (22.6 MB)

[#004] sha256:7fab023e92517e10371d842b2b5391cd6e201ee4da306ac916815798c31aff81 - 0.0% (139 Bytes)


History
2019-03-08 03:35:50 UTC

/bin/sh -c #(nop) ADD file:98a0f92574b6a8592a131ccb07c4f516694e053d610a1701fde2d5e7c65c2175 in /

2019-03-08 03:35:50 UTC

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

2019-03-08 09:44:52 UTC

/bin/sh -c apk add --no-cache gmp-dev

2019-03-08 09:44:52 UTC

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

2019-03-08 09:44:52 UTC

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

2019-03-08 09:44:53 UTC

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

2019-03-08 09:44:53 UTC

/bin/sh -c #(nop) ENV RUBY_DOWNLOAD_SHA256=47b629808e9fd44ce1f760cdf3ed14875fc9b19d4f334e82e2cf25cb2898f2f2

2019-03-09 12:12:09 UTC

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

2019-03-09 12:15:15 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 libxml2-dev libxslt-dev linux-headers make ncurses-dev openssl openssl-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 && wget -O 'thread-stack-fix.patch' 'https://bugs.ruby-lang.org/attachments/download/7081/0001-thread_pthread.c-make-get_main_stack-portable-on-lin.patch' && echo '3ab628a51d92fdf0d2b5835e93564857aea73e0c1de00313864a94a6255cb645 *thread-stack-fix.patch' | sha256sum -c - && patch -p1 -i thread-stack-fix.patch && rm thread-stack-fix.patch && { 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 --no-network --virtual .ruby-rundeps $runDeps bzip2 ca-certificates libffi-dev procps yaml-dev zlib-dev && apk del --no-network .ruby-builddeps && cd / && rm -r /usr/src/ruby && ruby -e 'exit(Gem::Version.create(ENV["RUBYGEMS_VERSION"]) > Gem::Version.create(Gem::VERSION))' && gem update --system "$RUBYGEMS_VERSION" && rm -r /root/.gem/ && ruby --version && gem --version && bundle --version

2019-03-09 12:15:16 UTC

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

2019-03-09 12:15:16 UTC

/bin/sh -c #(nop) ENV BUNDLE_PATH=/usr/local/bundle BUNDLE_SILENCE_ROOT_WARNING=1 BUNDLE_APP_CONFIG=/usr/local/bundle

2019-03-09 12:15:16 UTC

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

2019-03-09 12:15:17 UTC

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

2019-03-09 12:15:17 UTC

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

Details
Created

2019-03-09 00:36:07 UTC

Size

26.8 MB

Content Digest
Environment
BUNDLE_APP_CONFIG

/usr/local/bundle

BUNDLE_PATH

/usr/local/bundle

BUNDLE_SILENCE_ROOT_WARNING

1

GEM_HOME

/usr/local/bundle

PATH

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

RUBYGEMS_VERSION

3.0.3

RUBY_DOWNLOAD_SHA256

47b629808e9fd44ce1f760cdf3ed14875fc9b19d4f334e82e2cf25cb2898f2f2

RUBY_MAJOR

2.6

RUBY_VERSION

2.6.1


Layers

[#000] sha256:8e402f1a9c577ded051c1ef10e9fe4492890459522089959988a4852dee8ab2c - 9.81% (2.63 MB)

[#001] sha256:3cf24f050bbd5b94fb3228417ca46f349f59c5a4d975f40aab31e8653e7ae0d2 - 3.67% (1010 KB)

[#002] sha256:164ebf0a871b3ac9678985c6e803847b3d6af06c7aa9c28ebd88cbb4a03d8ebc - 0.0% (196 Bytes)

[#003] sha256:781bcfdb7fef41d6ae1138df67bd6d7f04b652c53a7d43affb33224772c76070 - 86.52% (23.2 MB)

[#004] sha256:102e0bff17f5c23a0907a16b231853209dad93396bb7c653b351589e4173fd12 - 0.0% (138 Bytes)


History
2019-03-07 22:19:40 UTC

/bin/sh -c #(nop) ADD file:88875982b0512a9d0ba001bfea19497ae9a9442c257b19c61bffc56e7201b0c3 in /

2019-03-07 22:19:40 UTC

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

2019-03-08 03:26:18 UTC

/bin/sh -c apk add --no-cache gmp-dev

2019-03-08 03:26:19 UTC

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

2019-03-08 03:26:19 UTC

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

2019-03-08 03:26:20 UTC

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

2019-03-08 03:26:20 UTC

/bin/sh -c #(nop) ENV RUBY_DOWNLOAD_SHA256=47b629808e9fd44ce1f760cdf3ed14875fc9b19d4f334e82e2cf25cb2898f2f2

2019-03-09 00:31:57 UTC

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

2019-03-09 00:36:06 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 libxml2-dev libxslt-dev linux-headers make ncurses-dev openssl openssl-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 && wget -O 'thread-stack-fix.patch' 'https://bugs.ruby-lang.org/attachments/download/7081/0001-thread_pthread.c-make-get_main_stack-portable-on-lin.patch' && echo '3ab628a51d92fdf0d2b5835e93564857aea73e0c1de00313864a94a6255cb645 *thread-stack-fix.patch' | sha256sum -c - && patch -p1 -i thread-stack-fix.patch && rm thread-stack-fix.patch && { 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 --no-network --virtual .ruby-rundeps $runDeps bzip2 ca-certificates libffi-dev procps yaml-dev zlib-dev && apk del --no-network .ruby-builddeps && cd / && rm -r /usr/src/ruby && ruby -e 'exit(Gem::Version.create(ENV["RUBYGEMS_VERSION"]) > Gem::Version.create(Gem::VERSION))' && gem update --system "$RUBYGEMS_VERSION" && rm -r /root/.gem/ && ruby --version && gem --version && bundle --version

2019-03-09 00:36:06 UTC

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

2019-03-09 00:36:06 UTC

/bin/sh -c #(nop) ENV BUNDLE_PATH=/usr/local/bundle BUNDLE_SILENCE_ROOT_WARNING=1 BUNDLE_APP_CONFIG=/usr/local/bundle

2019-03-09 00:36:06 UTC

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

2019-03-09 00:36:07 UTC

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

2019-03-09 00:36:07 UTC

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

Details
Created

2019-03-09 09:21:14 UTC

Size

25.7 MB

Content Digest
Environment
BUNDLE_APP_CONFIG

/usr/local/bundle

BUNDLE_PATH

/usr/local/bundle

BUNDLE_SILENCE_ROOT_WARNING

1

GEM_HOME

/usr/local/bundle

PATH

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

RUBYGEMS_VERSION

3.0.3

RUBY_DOWNLOAD_SHA256

47b629808e9fd44ce1f760cdf3ed14875fc9b19d4f334e82e2cf25cb2898f2f2

RUBY_MAJOR

2.6

RUBY_VERSION

2.6.1


Layers

[#000] sha256:d33b53ae0340b7490b486edd65310a4333d7e0057854aadd12a5006faf7fa576 - 9.44% (2.42 MB)

[#001] sha256:c531cb5ec7805e1590f312f5eb9d761b446f53c41cc7f32a17232d85ffbab321 - 3.3% (867 KB)

[#002] sha256:5cdadfd68806447ca2aaa7e1f0cae9116bccbfe59740ed7c24f1de2a94b21029 - 0.0% (223 Bytes)

[#003] sha256:f3d1d9658686b7fe9153264ff75316ebe7e82eead6970b68e3bda6baba23a826 - 87.25% (22.4 MB)

[#004] sha256:32be6fadbfe416ce3d224bbe377d6ee01d1962c30171ce305c0f149dccb5f56a - 0.0% (173 Bytes)


History
2019-03-08 03:36:05 UTC

/bin/sh -c #(nop) ADD file:2bf8ccaacb388ca6271670ed8a86b8bc4450823156917d29d9d9ec0a07fd64a7 in /

2019-03-08 03:36:06 UTC

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

2019-03-08 04:42:58 UTC

/bin/sh -c apk add --no-cache gmp-dev

2019-03-08 04:42:59 UTC

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

2019-03-08 04:42:59 UTC

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

2019-03-08 04:42:59 UTC

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

2019-03-08 04:43:00 UTC

/bin/sh -c #(nop) ENV RUBY_DOWNLOAD_SHA256=47b629808e9fd44ce1f760cdf3ed14875fc9b19d4f334e82e2cf25cb2898f2f2

2019-03-09 09:17:36 UTC

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

2019-03-09 09:21:10 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 libxml2-dev libxslt-dev linux-headers make ncurses-dev openssl openssl-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 && wget -O 'thread-stack-fix.patch' 'https://bugs.ruby-lang.org/attachments/download/7081/0001-thread_pthread.c-make-get_main_stack-portable-on-lin.patch' && echo '3ab628a51d92fdf0d2b5835e93564857aea73e0c1de00313864a94a6255cb645 *thread-stack-fix.patch' | sha256sum -c - && patch -p1 -i thread-stack-fix.patch && rm thread-stack-fix.patch && { 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 --no-network --virtual .ruby-rundeps $runDeps bzip2 ca-certificates libffi-dev procps yaml-dev zlib-dev && apk del --no-network .ruby-builddeps && cd / && rm -r /usr/src/ruby && ruby -e 'exit(Gem::Version.create(ENV["RUBYGEMS_VERSION"]) > Gem::Version.create(Gem::VERSION))' && gem update --system "$RUBYGEMS_VERSION" && rm -r /root/.gem/ && ruby --version && gem --version && bundle --version

2019-03-09 09:21:11 UTC

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

2019-03-09 09:21:12 UTC

/bin/sh -c #(nop) ENV BUNDLE_PATH=/usr/local/bundle BUNDLE_SILENCE_ROOT_WARNING=1 BUNDLE_APP_CONFIG=/usr/local/bundle

2019-03-09 09:21:12 UTC

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

2019-03-09 09:21:13 UTC

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

2019-03-09 09:21:14 UTC

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

Details
Created

2019-03-09 13:14:52 UTC

Size

25.2 MB

Content Digest
Environment
BUNDLE_APP_CONFIG

/usr/local/bundle

BUNDLE_PATH

/usr/local/bundle

BUNDLE_SILENCE_ROOT_WARNING

1

GEM_HOME

/usr/local/bundle

PATH

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

RUBYGEMS_VERSION

3.0.3

RUBY_DOWNLOAD_SHA256

47b629808e9fd44ce1f760cdf3ed14875fc9b19d4f334e82e2cf25cb2898f2f2

RUBY_MAJOR

2.6

RUBY_VERSION

2.6.1


Layers

[#000] sha256:d8d287cbc5740a5d49f37493eecadafc220fee4fd570329023344cad978c4272 - 8.88% (2.24 MB)

[#001] sha256:07dd75674f3443c3a3c1c42876437726161e9ce9d30eaa8a7b9bc43d67097824 - 3.13% (808 KB)

[#002] sha256:c9f8a715b3a524d54fedb9642d4c6a3e3c9fa63c2439d23f317b85a87bf94c62 - 0.0% (224 Bytes)

[#003] sha256:d8ad1782de6607e0260433b5a1fdb854f2e51c52f1c7c7849fc07e985353cb4e - 88.0% (22.2 MB)

[#004] sha256:d132ecf2450099b06fdc0c4fa2e0e193309830835b0960246f87cded517e683e - 0.0% (174 Bytes)


History
2019-03-08 03:35:52 UTC

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

2019-03-08 03:35:52 UTC

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

2019-03-09 13:12:19 UTC

/bin/sh -c apk add --no-cache gmp-dev

2019-03-09 13:12:20 UTC

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

2019-03-09 13:12:21 UTC

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

2019-03-09 13:12:21 UTC

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

2019-03-09 13:12:22 UTC

/bin/sh -c #(nop) ENV RUBY_DOWNLOAD_SHA256=47b629808e9fd44ce1f760cdf3ed14875fc9b19d4f334e82e2cf25cb2898f2f2

2019-03-09 13:12:22 UTC

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

2019-03-09 13:14:49 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 libxml2-dev libxslt-dev linux-headers make ncurses-dev openssl openssl-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 && wget -O 'thread-stack-fix.patch' 'https://bugs.ruby-lang.org/attachments/download/7081/0001-thread_pthread.c-make-get_main_stack-portable-on-lin.patch' && echo '3ab628a51d92fdf0d2b5835e93564857aea73e0c1de00313864a94a6255cb645 *thread-stack-fix.patch' | sha256sum -c - && patch -p1 -i thread-stack-fix.patch && rm thread-stack-fix.patch && { 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 --no-network --virtual .ruby-rundeps $runDeps bzip2 ca-certificates libffi-dev procps yaml-dev zlib-dev && apk del --no-network .ruby-builddeps && cd / && rm -r /usr/src/ruby && ruby -e 'exit(Gem::Version.create(ENV["RUBYGEMS_VERSION"]) > Gem::Version.create(Gem::VERSION))' && gem update --system "$RUBYGEMS_VERSION" && rm -r /root/.gem/ && ruby --version && gem --version && bundle --version

2019-03-09 13:14:50 UTC

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

2019-03-09 13:14:50 UTC

/bin/sh -c #(nop) ENV BUNDLE_PATH=/usr/local/bundle BUNDLE_SILENCE_ROOT_WARNING=1 BUNDLE_APP_CONFIG=/usr/local/bundle

2019-03-09 13:14:51 UTC

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

2019-03-09 13:14:52 UTC

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

2019-03-09 13:14:52 UTC

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

Details
Created

2019-03-09 10:36:37 UTC

Size

26.6 MB

Content Digest
Environment
BUNDLE_APP_CONFIG

/usr/local/bundle

BUNDLE_PATH

/usr/local/bundle

BUNDLE_SILENCE_ROOT_WARNING

1

GEM_HOME

/usr/local/bundle

PATH

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

RUBYGEMS_VERSION

3.0.3

RUBY_DOWNLOAD_SHA256

47b629808e9fd44ce1f760cdf3ed14875fc9b19d4f334e82e2cf25cb2898f2f2

RUBY_MAJOR

2.6

RUBY_VERSION

2.6.1


Layers

[#000] sha256:3b00a3925ee4b356facd24aea8ece58982a66577023cb3596ce3a321aef976f9 - 9.63% (2.56 MB)

[#001] sha256:f2a033d43a9c1197de3fe4f7e7d2cdc48d12756a35fb03269c6bca4505e502e2 - 3.73% (1020 KB)

[#002] sha256:2a5cde0d30d27403045f5e3ce948fb67fe3c18e77103952f4b5fb71c89dfc2d7 - 0.0% (196 Bytes)

[#003] sha256:04a4ca66acf9451a5dc390651a82edf9a8cf58b7643c2d8d7bbd3f591d0a0dde - 86.64% (23.1 MB)

[#004] sha256:029d8876541ec1b0fd1779f857b717f576b4121a458d925bee29687d7f18982f - 0.0% (140 Bytes)


History
2019-03-08 03:37:01 UTC

/bin/sh -c #(nop) ADD file:2e80d7b240ac8c544a868180a2a08b2533c450061e0ec276ceacaff7b87a380c in /

2019-03-08 03:37:02 UTC

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

2019-03-08 07:57:40 UTC

/bin/sh -c apk add --no-cache gmp-dev

2019-03-08 07:57:44 UTC

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

2019-03-08 07:57:45 UTC

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

2019-03-08 07:57:47 UTC

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

2019-03-08 07:57:48 UTC

/bin/sh -c #(nop) ENV RUBY_DOWNLOAD_SHA256=47b629808e9fd44ce1f760cdf3ed14875fc9b19d4f334e82e2cf25cb2898f2f2

2019-03-09 10:29:10 UTC

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

2019-03-09 10:36:28 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 libxml2-dev libxslt-dev linux-headers make ncurses-dev openssl openssl-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 && wget -O 'thread-stack-fix.patch' 'https://bugs.ruby-lang.org/attachments/download/7081/0001-thread_pthread.c-make-get_main_stack-portable-on-lin.patch' && echo '3ab628a51d92fdf0d2b5835e93564857aea73e0c1de00313864a94a6255cb645 *thread-stack-fix.patch' | sha256sum -c - && patch -p1 -i thread-stack-fix.patch && rm thread-stack-fix.patch && { 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 --no-network --virtual .ruby-rundeps $runDeps bzip2 ca-certificates libffi-dev procps yaml-dev zlib-dev && apk del --no-network .ruby-builddeps && cd / && rm -r /usr/src/ruby && ruby -e 'exit(Gem::Version.create(ENV["RUBYGEMS_VERSION"]) > Gem::Version.create(Gem::VERSION))' && gem update --system "$RUBYGEMS_VERSION" && rm -r /root/.gem/ && ruby --version && gem --version && bundle --version

2019-03-09 10:36:30 UTC

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

2019-03-09 10:36:31 UTC

/bin/sh -c #(nop) ENV BUNDLE_PATH=/usr/local/bundle BUNDLE_SILENCE_ROOT_WARNING=1 BUNDLE_APP_CONFIG=/usr/local/bundle

2019-03-09 10:36:32 UTC

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

2019-03-09 10:36:35 UTC

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

2019-03-09 10:36:37 UTC

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

Details
Created

2019-03-09 09:48:08 UTC

Size

27.4 MB

Content Digest
Environment
BUNDLE_APP_CONFIG

/usr/local/bundle

BUNDLE_PATH

/usr/local/bundle

BUNDLE_SILENCE_ROOT_WARNING

1

GEM_HOME

/usr/local/bundle

PATH

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

RUBYGEMS_VERSION

3.0.3

RUBY_DOWNLOAD_SHA256

47b629808e9fd44ce1f760cdf3ed14875fc9b19d4f334e82e2cf25cb2898f2f2

RUBY_MAJOR

2.6

RUBY_VERSION

2.6.1


Layers

[#000] sha256:611bce2a4fa9a0e18025e088381d26f1dda2e1c02160c4d24a2720f9dbca9eaf - 9.66% (2.65 MB)

[#001] sha256:eeda41758b736d48c155a00e7fdb5440cdf61db2c05a749de93861fc03594393 - 3.85% (1.05 MB)

[#002] sha256:8bb93910d3e34485eff1653896466860fa4d9f464502ba96399f33a5d5fdb6f9 - 0.0% (223 Bytes)

[#003] sha256:37422e19bf81e8f8954b79fe9639e3ba32c2875146b200e632db1563db60a8ee - 86.49% (23.7 MB)

[#004] sha256:f0f85f5bf3e1ef7897e37c147bdac29dda75d5fd70b247adb3883e9852a71526 - 0.0% (173 Bytes)


History
2019-03-08 03:37:33 UTC

/bin/sh -c #(nop) ADD file:6dfaec9befa64397af571d1da2e766c694148f7a025b9411404a924d3de64bd3 in /

2019-03-08 03:37:36 UTC

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

2019-03-08 06:14:12 UTC

/bin/sh -c apk add --no-cache gmp-dev

2019-03-08 06:14:19 UTC

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

2019-03-08 06:14:25 UTC

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

2019-03-08 06:14:30 UTC

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

2019-03-08 06:14:33 UTC

/bin/sh -c #(nop) ENV RUBY_DOWNLOAD_SHA256=47b629808e9fd44ce1f760cdf3ed14875fc9b19d4f334e82e2cf25cb2898f2f2

2019-03-09 09:44:28 UTC

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

2019-03-09 09:47:47 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 libxml2-dev libxslt-dev linux-headers make ncurses-dev openssl openssl-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 && wget -O 'thread-stack-fix.patch' 'https://bugs.ruby-lang.org/attachments/download/7081/0001-thread_pthread.c-make-get_main_stack-portable-on-lin.patch' && echo '3ab628a51d92fdf0d2b5835e93564857aea73e0c1de00313864a94a6255cb645 *thread-stack-fix.patch' | sha256sum -c - && patch -p1 -i thread-stack-fix.patch && rm thread-stack-fix.patch && { 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 --no-network --virtual .ruby-rundeps $runDeps bzip2 ca-certificates libffi-dev procps yaml-dev zlib-dev && apk del --no-network .ruby-builddeps && cd / && rm -r /usr/src/ruby && ruby -e 'exit(Gem::Version.create(ENV["RUBYGEMS_VERSION"]) > Gem::Version.create(Gem::VERSION))' && gem update --system "$RUBYGEMS_VERSION" && rm -r /root/.gem/ && ruby --version && gem --version && bundle --version

2019-03-09 09:47:52 UTC

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

2019-03-09 09:47:54 UTC

/bin/sh -c #(nop) ENV BUNDLE_PATH=/usr/local/bundle BUNDLE_SILENCE_ROOT_WARNING=1 BUNDLE_APP_CONFIG=/usr/local/bundle

2019-03-09 09:47:58 UTC

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

2019-03-09 09:48:05 UTC

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

2019-03-09 09:48:08 UTC

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

Details
Created

2019-03-09 13:12:18 UTC

Size

26.8 MB

Content Digest
Environment
BUNDLE_APP_CONFIG

/usr/local/bundle

BUNDLE_PATH

/usr/local/bundle

BUNDLE_SILENCE_ROOT_WARNING

1

GEM_HOME

/usr/local/bundle

PATH

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

RUBYGEMS_VERSION

3.0.3

RUBY_DOWNLOAD_SHA256

47b629808e9fd44ce1f760cdf3ed14875fc9b19d4f334e82e2cf25cb2898f2f2

RUBY_MAJOR

2.6

RUBY_VERSION

2.6.1


Layers

[#000] sha256:d981dc59d98dcf79c1920d433d8d56f9892f229da716de64280980f317a80ef1 - 9.03% (2.42 MB)

[#001] sha256:ab460457c919a4d3cbc672d6a3daf057e778e082e9c9323573343d0158679c95 - 3.95% (1.06 MB)

[#002] sha256:a741e9294e5609ee69a9f94223bbeaf8b0d87cb7f992e20ce9492509c431b21f - 0.0% (194 Bytes)

[#003] sha256:b3a39c5765a5bb2bfb090e4c4761d113062e408c31bdc119612e8c5df0f40b4d - 87.01% (23.3 MB)

[#004] sha256:94cb449af54592bddf7b27866e24edecca19912fb99c54e9824e8cd47e6fe66e - 0.0% (139 Bytes)


History
2019-03-08 03:35:46 UTC

/bin/sh -c #(nop) ADD file:3f769e5ff31fbae6ea6b835fa878b05d6c6920ca4313aa63be7d057e29241d87 in /

2019-03-08 03:35:46 UTC

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

2019-03-08 05:38:36 UTC

/bin/sh -c apk add --no-cache gmp-dev

2019-03-08 05:38:37 UTC

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

2019-03-08 05:38:37 UTC

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

2019-03-08 05:38:37 UTC

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

2019-03-08 05:38:37 UTC

/bin/sh -c #(nop) ENV RUBY_DOWNLOAD_SHA256=47b629808e9fd44ce1f760cdf3ed14875fc9b19d4f334e82e2cf25cb2898f2f2

2019-03-09 13:09:45 UTC

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

2019-03-09 13:12:16 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 libxml2-dev libxslt-dev linux-headers make ncurses-dev openssl openssl-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 && wget -O 'thread-stack-fix.patch' 'https://bugs.ruby-lang.org/attachments/download/7081/0001-thread_pthread.c-make-get_main_stack-portable-on-lin.patch' && echo '3ab628a51d92fdf0d2b5835e93564857aea73e0c1de00313864a94a6255cb645 *thread-stack-fix.patch' | sha256sum -c - && patch -p1 -i thread-stack-fix.patch && rm thread-stack-fix.patch && { 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 --no-network --virtual .ruby-rundeps $runDeps bzip2 ca-certificates libffi-dev procps yaml-dev zlib-dev && apk del --no-network .ruby-builddeps && cd / && rm -r /usr/src/ruby && ruby -e 'exit(Gem::Version.create(ENV["RUBYGEMS_VERSION"]) > Gem::Version.create(Gem::VERSION))' && gem update --system "$RUBYGEMS_VERSION" && rm -r /root/.gem/ && ruby --version && gem --version && bundle --version

2019-03-09 13:12:16 UTC

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

2019-03-09 13:12:16 UTC

/bin/sh -c #(nop) ENV BUNDLE_PATH=/usr/local/bundle BUNDLE_SILENCE_ROOT_WARNING=1 BUNDLE_APP_CONFIG=/usr/local/bundle

2019-03-09 13:12:17 UTC

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

2019-03-09 13:12:18 UTC

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

2019-03-09 13:12:18 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