Namespace
library
Image / Tag
ruby:2-alpine
Content Digest
sha256:371668748735a808d1fd1c506878e09f40cb542ffc758cfa7eb124f90827e8d9
Details
Created

2023-03-30 19:53:39 UTC

Size

19.1 MB

Content Digest
Environment
BUNDLE_APP_CONFIG

/usr/local/bundle

BUNDLE_SILENCE_ROOT_WARNING

1

GEM_HOME

/usr/local/bundle

LANG

C.UTF-8

PATH

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

RUBY_DOWNLOAD_SHA256

f22f662da504d49ce2080e446e4bea7008cee11d5ec4858fc69000d0e5b1d7fb

RUBY_MAJOR

2.7

RUBY_VERSION

2.7.8


Layers

[#000] sha256:dea45757091f21722aec41fb20845e57a04f4bb8c199531491f1dc070480a574 - 14.04% (2.68 MB)

[#001] sha256:ec757ac8272e11b5833accc88f85293f1b7b49ba1bdb61dde9025bc0f725cc25 - 19.42% (3.71 MB)

[#002] sha256:3736da23bde1b795da95fc3c284ab996b92cf770d252551bedf5b63943f8483b - 0.0% (222 Bytes)

[#003] sha256:fcde97c8d38931b0e59983e85cbc02a1ba9c24c650eb3effc4142b652f504919 - 66.54% (12.7 MB)

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


History
2023-03-29 17:38:33 UTC

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

2023-03-29 17:38:33 UTC

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

2023-03-30 01:09:33 UTC

/bin/sh -c set -eux; apk add --no-cache bzip2 ca-certificates gmp-dev libffi-dev procps yaml-dev zlib-dev ;

2023-03-30 01:09:34 UTC

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

2023-03-30 01:09:34 UTC

/bin/sh -c #(nop) ENV LANG=C.UTF-8

2023-03-30 01:27:14 UTC

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

2023-03-30 19:50:24 UTC

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

2023-03-30 19:50:24 UTC

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

2023-03-30 19:53:37 UTC

/bin/sh -c set -eux; apk add --no-cache --virtual .ruby-builddeps autoconf bison bzip2 bzip2-dev ca-certificates coreutils dpkg-dev dpkg g++ gcc gdbm-dev glib-dev libc-dev libffi-dev libxml2-dev libxslt-dev linux-headers make ncurses-dev openssl openssl-dev patch 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 --check --strict; 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 --check --strict; patch -p1 -i thread-stack-fix.patch; rm thread-stack-fix.patch; export ac_cv_func_isnan=yes ac_cv_func_isinf=yes; { echo '#define ENABLE_PATH_CHECK 0'; echo; cat file.c; } > file.c.new; mv file.c.new file.c; autoconf; apkArch="$(apk --print-arch)"; case "$apkArch" in s390x | armhf | armv7) apk add --no-cache libucontext-dev; export LIBS='-lucontext'; ;; esac; gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; ./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; apk del --no-network .ruby-builddeps; cd /; rm -r /usr/src/ruby; if apk --no-network list --installed | grep -v '^[.]ruby-rundeps' | grep -i ruby ; then exit 1; fi; [ "$(command -v ruby)" = '/usr/local/bin/ruby' ]; ruby --version; gem --version; bundle --version

2023-03-30 19:53:38 UTC

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

2023-03-30 19:53:38 UTC

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

2023-03-30 19:53:38 UTC

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

2023-03-30 19:53:38 UTC

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

2023-03-30 19:53:39 UTC

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

Details
Created

2023-03-30 20:10:26 UTC

Size

19.6 MB

Content Digest
Environment
BUNDLE_APP_CONFIG

/usr/local/bundle

BUNDLE_SILENCE_ROOT_WARNING

1

GEM_HOME

/usr/local/bundle

LANG

C.UTF-8

PATH

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

RUBY_DOWNLOAD_SHA256

f22f662da504d49ce2080e446e4bea7008cee11d5ec4858fc69000d0e5b1d7fb

RUBY_MAJOR

2.7

RUBY_VERSION

2.7.8


Layers

[#000] sha256:91d30c5bc19582de1415b18f1ec5bcbf52a558b62cf6cc201c9669df9f748c22 - 13.66% (2.68 MB)

[#001] sha256:c52a5fbef9a7ca13abdb787ccddf6fb7d2ecad991b7d37fb776cd6d717b4e3d7 - 18.74% (3.67 MB)

[#002] sha256:669ebe35e8508ac4a673ebf6ad67a95e27550896cb835fdd7a80cd80d9c0dc98 - 0.0% (222 Bytes)

[#003] sha256:c0b2360bc8a61145966a48dadc4627a325c755f7a05419ad1776f76704302306 - 67.6% (13.3 MB)

[#004] sha256:ca2bfe3c7e591e13f24752feb93c7337e9236e26b0c0d8e58e942f28ff441d81 - 0.0% (172 Bytes)


History
2023-03-29 18:19:28 UTC

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

2023-03-29 18:19:28 UTC

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

2023-03-30 02:21:43 UTC

/bin/sh -c set -eux; apk add --no-cache bzip2 ca-certificates gmp-dev libffi-dev procps yaml-dev zlib-dev ;

2023-03-30 02:21:44 UTC

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

2023-03-30 02:21:44 UTC

/bin/sh -c #(nop) ENV LANG=C.UTF-8

2023-03-30 02:32:33 UTC

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

2023-03-30 20:08:39 UTC

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

2023-03-30 20:08:39 UTC

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

2023-03-30 20:10:25 UTC

/bin/sh -c set -eux; apk add --no-cache --virtual .ruby-builddeps autoconf bison bzip2 bzip2-dev ca-certificates coreutils dpkg-dev dpkg g++ gcc gdbm-dev glib-dev libc-dev libffi-dev libxml2-dev libxslt-dev linux-headers make ncurses-dev openssl openssl-dev patch 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 --check --strict; 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 --check --strict; patch -p1 -i thread-stack-fix.patch; rm thread-stack-fix.patch; export ac_cv_func_isnan=yes ac_cv_func_isinf=yes; { echo '#define ENABLE_PATH_CHECK 0'; echo; cat file.c; } > file.c.new; mv file.c.new file.c; autoconf; apkArch="$(apk --print-arch)"; case "$apkArch" in s390x | armhf | armv7) apk add --no-cache libucontext-dev; export LIBS='-lucontext'; ;; esac; gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; ./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; apk del --no-network .ruby-builddeps; cd /; rm -r /usr/src/ruby; if apk --no-network list --installed | grep -v '^[.]ruby-rundeps' | grep -i ruby ; then exit 1; fi; [ "$(command -v ruby)" = '/usr/local/bin/ruby' ]; ruby --version; gem --version; bundle --version

2023-03-30 20:10:25 UTC

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

2023-03-30 20:10:25 UTC

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

2023-03-30 20:10:25 UTC

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

2023-03-30 20:10:26 UTC

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

2023-03-30 20:10:26 UTC

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

Details
Created

2023-03-30 20:53:08 UTC

Size

18.7 MB

Content Digest
Environment
BUNDLE_APP_CONFIG

/usr/local/bundle

BUNDLE_SILENCE_ROOT_WARNING

1

GEM_HOME

/usr/local/bundle

LANG

C.UTF-8

PATH

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

RUBY_DOWNLOAD_SHA256

f22f662da504d49ce2080e446e4bea7008cee11d5ec4858fc69000d0e5b1d7fb

RUBY_MAJOR

2.7

RUBY_VERSION

2.7.8


Layers

[#000] sha256:c4ddbcc13e08e4ef30f810d8afad41fd6994bd8af7d37746d0ea33d8813968fc - 13.32% (2.5 MB)

[#001] sha256:ed94e4dc9ea9eca127e40e4b6b16da2ee175dde29c138fd7a8d5aedf32cf9e29 - 18.29% (3.43 MB)

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

[#003] sha256:2864c972f5680e3d0d03997de73cfa8bfac2875f01ed9ed27985143965b26d78 - 68.39% (12.8 MB)

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


History
2023-03-29 18:01:11 UTC

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

2023-03-29 18:01:11 UTC

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

2023-03-30 00:06:08 UTC

/bin/sh -c set -eux; apk add --no-cache bzip2 ca-certificates gmp-dev libffi-dev procps yaml-dev zlib-dev ;

2023-03-30 00:06:08 UTC

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

2023-03-30 00:06:09 UTC

/bin/sh -c #(nop) ENV LANG=C.UTF-8

2023-03-30 00:17:19 UTC

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

2023-03-30 20:51:25 UTC

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

2023-03-30 20:51:25 UTC

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

2023-03-30 20:53:07 UTC

/bin/sh -c set -eux; apk add --no-cache --virtual .ruby-builddeps autoconf bison bzip2 bzip2-dev ca-certificates coreutils dpkg-dev dpkg g++ gcc gdbm-dev glib-dev libc-dev libffi-dev libxml2-dev libxslt-dev linux-headers make ncurses-dev openssl openssl-dev patch 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 --check --strict; 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 --check --strict; patch -p1 -i thread-stack-fix.patch; rm thread-stack-fix.patch; export ac_cv_func_isnan=yes ac_cv_func_isinf=yes; { echo '#define ENABLE_PATH_CHECK 0'; echo; cat file.c; } > file.c.new; mv file.c.new file.c; autoconf; apkArch="$(apk --print-arch)"; case "$apkArch" in s390x | armhf | armv7) apk add --no-cache libucontext-dev; export LIBS='-lucontext'; ;; esac; gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; ./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; apk del --no-network .ruby-builddeps; cd /; rm -r /usr/src/ruby; if apk --no-network list --installed | grep -v '^[.]ruby-rundeps' | grep -i ruby ; then exit 1; fi; [ "$(command -v ruby)" = '/usr/local/bin/ruby' ]; ruby --version; gem --version; bundle --version

2023-03-30 20:53:07 UTC

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

2023-03-30 20:53:07 UTC

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

2023-03-30 20:53:07 UTC

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

2023-03-30 20:53:08 UTC

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

2023-03-30 20:53:08 UTC

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

Details
Created

2023-04-07 23:43:39 UTC

Size

18.3 MB

Content Digest
Environment
BUNDLE_APP_CONFIG

/usr/local/bundle

BUNDLE_SILENCE_ROOT_WARNING

1

GEM_HOME

/usr/local/bundle

LANG

C.UTF-8

PATH

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

RUBY_DOWNLOAD_SHA256

f22f662da504d49ce2080e446e4bea7008cee11d5ec4858fc69000d0e5b1d7fb

RUBY_MAJOR

2.7

RUBY_VERSION

2.7.8


Layers

[#000] sha256:d378ffb313542b797defad9ec843de710c353f40e17e124e74f7e874971429ee - 12.61% (2.31 MB)

[#001] sha256:e0e2bb5f86e6c76ffc574535478b37638416b94d7f6a24f27d26c3602b3c1b2d - 18.04% (3.3 MB)

[#002] sha256:0a72eed43cd068815244c3f42447a9d10d3d14af8cfc72145b264b40c4eabf39 - 0.0% (223 Bytes)

[#003] sha256:d88ebf8a707968680a509cb2a2aa584437e4761d3a360c96bb7e1f740f4ff1dc - 69.34% (12.7 MB)

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


History
2023-03-29 18:04:21 UTC

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

2023-03-29 18:04:21 UTC

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

2023-03-30 05:37:23 UTC

/bin/sh -c set -eux; apk add --no-cache bzip2 ca-certificates gmp-dev libffi-dev procps yaml-dev zlib-dev ;

2023-03-30 05:37:23 UTC

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

2023-03-30 05:37:23 UTC

/bin/sh -c #(nop) ENV LANG=C.UTF-8

2023-03-30 05:50:23 UTC

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

2023-04-07 23:41:56 UTC

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

2023-04-07 23:41:56 UTC

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

2023-04-07 23:43:38 UTC

/bin/sh -c set -eux; apk add --no-cache --virtual .ruby-builddeps autoconf bison bzip2 bzip2-dev ca-certificates coreutils dpkg-dev dpkg g++ gcc gdbm-dev glib-dev libc-dev libffi-dev libxml2-dev libxslt-dev linux-headers make ncurses-dev openssl openssl-dev patch 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 --check --strict; 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 --check --strict; patch -p1 -i thread-stack-fix.patch; rm thread-stack-fix.patch; export ac_cv_func_isnan=yes ac_cv_func_isinf=yes; { echo '#define ENABLE_PATH_CHECK 0'; echo; cat file.c; } > file.c.new; mv file.c.new file.c; autoconf; apkArch="$(apk --print-arch)"; case "$apkArch" in s390x | armhf | armv7) apk add --no-cache libucontext-dev; export LIBS='-lucontext'; ;; esac; gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; ./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; apk del --no-network .ruby-builddeps; cd /; rm -r /usr/src/ruby; if apk --no-network list --installed | grep -v '^[.]ruby-rundeps' | grep -i ruby ; then exit 1; fi; [ "$(command -v ruby)" = '/usr/local/bin/ruby' ]; ruby --version; gem --version; bundle --version

2023-04-07 23:43:38 UTC

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

2023-04-07 23:43:38 UTC

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

2023-04-07 23:43:38 UTC

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

2023-04-07 23:43:39 UTC

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

2023-04-07 23:43:39 UTC

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

Details
Created

2023-03-30 19:24:41 UTC

Size

19.3 MB

Content Digest
Environment
BUNDLE_APP_CONFIG

/usr/local/bundle

BUNDLE_SILENCE_ROOT_WARNING

1

GEM_HOME

/usr/local/bundle

LANG

C.UTF-8

PATH

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

RUBY_DOWNLOAD_SHA256

f22f662da504d49ce2080e446e4bea7008cee11d5ec4858fc69000d0e5b1d7fb

RUBY_MAJOR

2.7

RUBY_VERSION

2.7.8


Layers

[#000] sha256:547446be3368f442c50ff95e2a2a9c85110b6b41bbb3c75b7e5ebb115f478b57 - 13.37% (2.58 MB)

[#001] sha256:1c1a9490257ae7ef0e0bc1c83706c2438d863108df9a74d33ad1f5104d50de88 - 18.85% (3.64 MB)

[#002] sha256:b12c93e378d0ceba3619afba2196ca86017a31284505e76b9d15780ac1c1d790 - 0.0% (222 Bytes)

[#003] sha256:0b92a0f6419ab163f76a5ffbb8cd835634b6a40f8aa07aad8c56f9edeeb6a79c - 67.78% (13.1 MB)

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


History
2023-03-29 17:39:20 UTC

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

2023-03-29 17:39:20 UTC

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

2023-03-30 05:31:58 UTC

/bin/sh -c set -eux; apk add --no-cache bzip2 ca-certificates gmp-dev libffi-dev procps yaml-dev zlib-dev ;

2023-03-30 05:31:58 UTC

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

2023-03-30 05:31:58 UTC

/bin/sh -c #(nop) ENV LANG=C.UTF-8

2023-03-30 05:39:53 UTC

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

2023-03-30 19:23:18 UTC

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

2023-03-30 19:23:18 UTC

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

2023-03-30 19:24:40 UTC

/bin/sh -c set -eux; apk add --no-cache --virtual .ruby-builddeps autoconf bison bzip2 bzip2-dev ca-certificates coreutils dpkg-dev dpkg g++ gcc gdbm-dev glib-dev libc-dev libffi-dev libxml2-dev libxslt-dev linux-headers make ncurses-dev openssl openssl-dev patch 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 --check --strict; 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 --check --strict; patch -p1 -i thread-stack-fix.patch; rm thread-stack-fix.patch; export ac_cv_func_isnan=yes ac_cv_func_isinf=yes; { echo '#define ENABLE_PATH_CHECK 0'; echo; cat file.c; } > file.c.new; mv file.c.new file.c; autoconf; apkArch="$(apk --print-arch)"; case "$apkArch" in s390x | armhf | armv7) apk add --no-cache libucontext-dev; export LIBS='-lucontext'; ;; esac; gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; ./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; apk del --no-network .ruby-builddeps; cd /; rm -r /usr/src/ruby; if apk --no-network list --installed | grep -v '^[.]ruby-rundeps' | grep -i ruby ; then exit 1; fi; [ "$(command -v ruby)" = '/usr/local/bin/ruby' ]; ruby --version; gem --version; bundle --version

2023-03-30 19:24:41 UTC

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

2023-03-30 19:24:41 UTC

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

2023-03-30 19:24:41 UTC

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

2023-03-30 19:24:41 UTC

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

2023-03-30 19:24:41 UTC

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

Details
Created

2023-03-30 20:03:32 UTC

Size

20.2 MB

Content Digest
Environment
BUNDLE_APP_CONFIG

/usr/local/bundle

BUNDLE_SILENCE_ROOT_WARNING

1

GEM_HOME

/usr/local/bundle

LANG

C.UTF-8

PATH

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

RUBY_DOWNLOAD_SHA256

f22f662da504d49ce2080e446e4bea7008cee11d5ec4858fc69000d0e5b1d7fb

RUBY_MAJOR

2.7

RUBY_VERSION

2.7.8


Layers

[#000] sha256:d80736dee7a63492583c90bab1ab07f987ed5e10dfb16fd3f025df3a2d65f1c6 - 13.24% (2.67 MB)

[#001] sha256:f98c697220ffba9acde6d37fcb16b5ccfd5f094e8f730ed282a01e7c2d7c2211 - 18.76% (3.79 MB)

[#002] sha256:493ec3a3209b2375deda630e78152d62b67aac8d3792af5404c85570ff55ffd2 - 0.0% (222 Bytes)

[#003] sha256:426d6caf1dca70043c12bcafb38a8d807b2d205d06f296ed755dbd8584a5f367 - 67.99% (13.7 MB)

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


History
2023-03-29 18:16:34 UTC

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

2023-03-29 18:16:34 UTC

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

2023-03-30 04:10:41 UTC

/bin/sh -c set -eux; apk add --no-cache bzip2 ca-certificates gmp-dev libffi-dev procps yaml-dev zlib-dev ;

2023-03-30 04:10:46 UTC

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

2023-03-30 04:10:46 UTC

/bin/sh -c #(nop) ENV LANG=C.UTF-8

2023-03-30 04:26:15 UTC

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

2023-03-30 20:00:52 UTC

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

2023-03-30 20:00:52 UTC

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

2023-03-30 20:03:29 UTC

/bin/sh -c set -eux; apk add --no-cache --virtual .ruby-builddeps autoconf bison bzip2 bzip2-dev ca-certificates coreutils dpkg-dev dpkg g++ gcc gdbm-dev glib-dev libc-dev libffi-dev libxml2-dev libxslt-dev linux-headers make ncurses-dev openssl openssl-dev patch 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 --check --strict; 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 --check --strict; patch -p1 -i thread-stack-fix.patch; rm thread-stack-fix.patch; export ac_cv_func_isnan=yes ac_cv_func_isinf=yes; { echo '#define ENABLE_PATH_CHECK 0'; echo; cat file.c; } > file.c.new; mv file.c.new file.c; autoconf; apkArch="$(apk --print-arch)"; case "$apkArch" in s390x | armhf | armv7) apk add --no-cache libucontext-dev; export LIBS='-lucontext'; ;; esac; gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; ./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; apk del --no-network .ruby-builddeps; cd /; rm -r /usr/src/ruby; if apk --no-network list --installed | grep -v '^[.]ruby-rundeps' | grep -i ruby ; then exit 1; fi; [ "$(command -v ruby)" = '/usr/local/bin/ruby' ]; ruby --version; gem --version; bundle --version

2023-03-30 20:03:30 UTC

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

2023-03-30 20:03:30 UTC

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

2023-03-30 20:03:31 UTC

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

2023-03-30 20:03:32 UTC

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

2023-03-30 20:03:32 UTC

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

Details
Created

2023-05-03 22:08:35 UTC

Size

19.4 MB

Content Digest
Environment
BUNDLE_APP_CONFIG

/usr/local/bundle

BUNDLE_SILENCE_ROOT_WARNING

1

GEM_HOME

/usr/local/bundle

LANG

C.UTF-8

PATH

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

RUBY_DOWNLOAD_SHA256

f22f662da504d49ce2080e446e4bea7008cee11d5ec4858fc69000d0e5b1d7fb

RUBY_MAJOR

2.7

RUBY_VERSION

2.7.8


Layers

[#000] sha256:95cbbfdf0c760cbcde91603c8eee15ec60d4aa5f874b4a538babcd2df1709174 - 12.74% (2.47 MB)

[#001] sha256:eab8b1ca33663c42ad310c6ae6a06986960378968a7f0e03f269a8bec7b16904 - 19.36% (3.76 MB)

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

[#003] sha256:fd0d55a7a93ce014b8a326e091c12e28d962d58ad06e54899ee84a7544c6e688 - 67.9% (13.2 MB)

[#004] sha256:d2ffd37aaed79a475d4f9876da8e8338175065647c90e94c7e73b6d65d527c88 - 0.0% (172 Bytes)


History
2023-03-29 17:42:02 UTC

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

2023-03-29 17:42:02 UTC

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

2023-05-03 21:46:13 UTC

/bin/sh -c set -eux; apk add --no-cache bzip2 ca-certificates gmp-dev libffi-dev procps yaml-dev zlib-dev ;

2023-05-03 21:46:14 UTC

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

2023-05-03 21:46:14 UTC

/bin/sh -c #(nop) ENV LANG=C.UTF-8

2023-05-03 22:07:02 UTC

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

2023-05-03 22:07:02 UTC

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

2023-05-03 22:07:02 UTC

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

2023-05-03 22:08:34 UTC

/bin/sh -c set -eux; apk add --no-cache --virtual .ruby-builddeps autoconf bison bzip2 bzip2-dev ca-certificates coreutils dpkg-dev dpkg g++ gcc gdbm-dev glib-dev libc-dev libffi-dev libxml2-dev libxslt-dev linux-headers make ncurses-dev openssl openssl-dev patch 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 --check --strict; 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 --check --strict; patch -p1 -i thread-stack-fix.patch; rm thread-stack-fix.patch; export ac_cv_func_isnan=yes ac_cv_func_isinf=yes; { echo '#define ENABLE_PATH_CHECK 0'; echo; cat file.c; } > file.c.new; mv file.c.new file.c; autoconf; apkArch="$(apk --print-arch)"; case "$apkArch" in s390x | armhf | armv7) apk add --no-cache libucontext-dev; export LIBS='-lucontext'; ;; esac; gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; ./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; apk del --no-network .ruby-builddeps; cd /; rm -r /usr/src/ruby; if apk --no-network list --installed | grep -v '^[.]ruby-rundeps' | grep -i ruby ; then exit 1; fi; [ "$(command -v ruby)" = '/usr/local/bin/ruby' ]; ruby --version; gem --version; bundle --version

2023-05-03 22:08:35 UTC

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

2023-05-03 22:08:35 UTC

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

2023-05-03 22:08:35 UTC

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

2023-05-03 22:08:35 UTC

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

2023-05-03 22:08: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