Namespace
library
Image / Tag
ruby:3.0.2-alpine3.13
Content Digest
sha256:43cd033f0ce2d62ee046b60f3d522ddd7ab69b29e3f1ee982e098fd06a2d29b2
Details
Created

2021-11-12 21:11:30 UTC

Size

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

570e7773100f625599575f363831166d91d49a1ab97d3ab6495af44774155c40

RUBY_MAJOR

3.0

RUBY_VERSION

3.0.2


Layers

[#000] sha256:afe0e1febe23918824088b45b415ce1778e92899ae26f0867294eb91de50aa4f - 8.88% (2.7 MB)

[#001] sha256:76f46c6f3f290381570e27020466fc5f725a619ca19515592c18f23c4c6dbec4 - 11.37% (3.45 MB)

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

[#003] sha256:f61f37c312ec6de2b68bb7327dc305a9898677679c53901c2b3b82d81da583c1 - 79.75% (24.2 MB)

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


History
2021-11-12 16:38:50 UTC

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

2021-11-12 16:38:50 UTC

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

2021-11-12 20:52:02 UTC

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

2021-11-12 20:52:04 UTC

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

2021-11-12 20:52:04 UTC

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

2021-11-12 21:07:05 UTC

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

2021-11-12 21:07:05 UTC

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

2021-11-12 21:07:05 UTC

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

2021-11-12 21:11:28 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

2021-11-12 21:11:29 UTC

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

2021-11-12 21:11:29 UTC

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

2021-11-12 21:11:29 UTC

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

2021-11-12 21:11:30 UTC

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

2021-11-12 21:11:30 UTC

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

Details
Created

2021-11-13 06:41:15 UTC

Size

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

570e7773100f625599575f363831166d91d49a1ab97d3ab6495af44774155c40

RUBY_MAJOR

3.0

RUBY_VERSION

3.0.2


Layers

[#000] sha256:5758d4e389a3f662e94a85fb76143dbe338b64f8d2a65f45536a9663b05305ad - 8.62% (2.69 MB)

[#001] sha256:c86e849bc66e37f2d898daa44d76330256a48635f1100e364c0f46206fca7b71 - 10.95% (3.42 MB)

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

[#003] sha256:b5753ab9f5cd4f8706e240584307ca65d081c3f2a7e241bb01f288239f981839 - 80.43% (25.1 MB)

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


History
2021-11-12 17:19:58 UTC

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

2021-11-12 17:19:58 UTC

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

2021-11-13 06:28:17 UTC

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

2021-11-13 06:28:18 UTC

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

2021-11-13 06:28:18 UTC

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

2021-11-13 06:37:11 UTC

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

2021-11-13 06:37:11 UTC

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

2021-11-13 06:37:11 UTC

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

2021-11-13 06:41:13 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

2021-11-13 06:41:13 UTC

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

2021-11-13 06:41:14 UTC

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

2021-11-13 06:41:14 UTC

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

2021-11-13 06:41:15 UTC

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

2021-11-13 06:41:15 UTC

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

Details
Created

2021-11-12 18:07:44 UTC

Size

29.9 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

570e7773100f625599575f363831166d91d49a1ab97d3ab6495af44774155c40

RUBY_MAJOR

3.0

RUBY_VERSION

3.0.2


Layers

[#000] sha256:846f3a0f3493d22f22643b6a1c057d2d37e608433cd1033d25dac92032b8b9e3 - 8.39% (2.51 MB)

[#001] sha256:d706cf85c089f53c6facc065bdde1beb82ef4fb972cc1c111e401fb66d5fbf4f - 10.7% (3.2 MB)

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

[#003] sha256:b2c8c9e59d7c1377394298162193ef964e2eb26d20a977604dd4e17d332224d0 - 80.92% (24.2 MB)

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


History
2021-11-12 16:49:57 UTC

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

2021-11-12 16:49:58 UTC

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

2021-11-12 17:54:00 UTC

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

2021-11-12 17:54:02 UTC

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

2021-11-12 17:54:02 UTC

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

2021-11-12 18:03:26 UTC

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

2021-11-12 18:03:27 UTC

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

2021-11-12 18:03:27 UTC

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

2021-11-12 18:07:41 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

2021-11-12 18:07:41 UTC

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

2021-11-12 18:07:42 UTC

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

2021-11-12 18:07:42 UTC

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

2021-11-12 18:07:44 UTC

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

2021-11-12 18:07:44 UTC

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

Details
Created

2021-11-12 19:31:13 UTC

Size

29.5 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

570e7773100f625599575f363831166d91d49a1ab97d3ab6495af44774155c40

RUBY_MAJOR

3.0

RUBY_VERSION

3.0.2


Layers

[#000] sha256:767c1b67bc22761376676021ea5a310e7a7d1344b7a017bb8ede1a202340dbaf - 7.87% (2.32 MB)

[#001] sha256:1a887777eded486fc539f64fa917cc27cb49e0bede4b72efdeb90c34e6c099ae - 10.43% (3.08 MB)

[#002] sha256:529a41a6588a3cdc9e630b968bd14b740961f9beb0b872c3a1330e9d52b40dca - 0.0% (225 Bytes)

[#003] sha256:59ebec3f70e3600d4dbbb9ebedb8cd5ca039f6351926733b20394b15dd074259 - 81.7% (24.1 MB)

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


History
2021-11-12 16:57:54 UTC

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

2021-11-12 16:57:54 UTC

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

2021-11-12 19:17:36 UTC

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

2021-11-12 19:17:37 UTC

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

2021-11-12 19:17:38 UTC

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

2021-11-12 19:27:16 UTC

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

2021-11-12 19:27:17 UTC

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

2021-11-12 19:27:17 UTC

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

2021-11-12 19:31:09 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

2021-11-12 19:31:10 UTC

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

2021-11-12 19:31:11 UTC

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

2021-11-12 19:31:11 UTC

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

2021-11-12 19:31:13 UTC

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

2021-11-12 19:31:13 UTC

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

Details
Created

2021-11-12 18:35:06 UTC

Size

30.8 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

570e7773100f625599575f363831166d91d49a1ab97d3ab6495af44774155c40

RUBY_MAJOR

3.0

RUBY_VERSION

3.0.2


Layers

[#000] sha256:06decbbdea2401b400024fb2feadd51ee381cd4b7b78a30306c3828ec9f6c760 - 8.42% (2.59 MB)

[#001] sha256:6d861b168bee1c1c2c3a9f1aa66b5d3295233ecd872ded500c6a2e42612f4474 - 11.05% (3.4 MB)

[#002] sha256:8b8d60a46d41fa0a07e557141841a7029f9b6f91f8348eb541648b1df8ba5ebc - 0.0% (197 Bytes)

[#003] sha256:126a0d10f2403eb81b2e239e8b5f0f511cc9b9c8e7d1ff4c1c17e41e78feca37 - 80.53% (24.8 MB)

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


History
2021-11-12 16:40:05 UTC

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

2021-11-12 16:40:06 UTC

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

2021-11-12 18:25:22 UTC

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

2021-11-12 18:25:23 UTC

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

2021-11-12 18:25:24 UTC

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

2021-11-12 18:32:07 UTC

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

2021-11-12 18:32:08 UTC

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

2021-11-12 18:32:09 UTC

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

2021-11-12 18:35:02 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

2021-11-12 18:35:02 UTC

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

2021-11-12 18:35:03 UTC

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

2021-11-12 18:35:04 UTC

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

2021-11-12 18:35:05 UTC

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

2021-11-12 18:35:06 UTC

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

Details
Created

2021-11-13 16:22:08 UTC

Size

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

570e7773100f625599575f363831166d91d49a1ab97d3ab6495af44774155c40

RUBY_MAJOR

3.0

RUBY_VERSION

3.0.2


Layers

[#000] sha256:6729720a3e6b58511df148134bb67d786ad90f9fce1c02ba5bbfd31f33055fbe - 8.49% (2.69 MB)

[#001] sha256:2035ee156f2e335d0d4f37189ae5aa1f997199ad15faf4a2726de59a0ceab1f7 - 11.18% (3.55 MB)

[#002] sha256:227c674ba37125e283d6364166204dafa31f1e4caeceafd3e9755b9ff392eb92 - 0.0% (225 Bytes)

[#003] sha256:15ba43977ba7d7e46b0e507696ef095b2c61e7ba8020d35892c4d3c2aef5cdaf - 80.33% (25.5 MB)

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


History
2021-11-12 21:18:25 UTC

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

2021-11-12 21:18:28 UTC

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

2021-11-13 16:10:37 UTC

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

2021-11-13 16:10:45 UTC

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

2021-11-13 16:10:47 UTC

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

2021-11-13 16:18:48 UTC

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

2021-11-13 16:18:50 UTC

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

2021-11-13 16:18:54 UTC

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

2021-11-13 16:21:53 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

2021-11-13 16:21:58 UTC

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

2021-11-13 16:22:00 UTC

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

2021-11-13 16:22:02 UTC

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

2021-11-13 16:22:05 UTC

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

2021-11-13 16:22:08 UTC

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

Details
Created

2021-11-12 21:30:32 UTC

Size

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

570e7773100f625599575f363831166d91d49a1ab97d3ab6495af44774155c40

RUBY_MAJOR

3.0

RUBY_VERSION

3.0.2


Layers

[#000] sha256:b872f056719bde6e6722091afb2a3376d720c69c142b91ac352050080dd79615 - 7.96% (2.49 MB)

[#001] sha256:61507193716b3e4923df237d566473ea116cea5b0dfac50b8cad93151845be5f - 11.21% (3.51 MB)

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

[#003] sha256:0b4b80a6ce0e50d125f0f429ba9b7892fa7dc4a109da257ede5c57f13e1e023d - 80.83% (25.3 MB)

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


History
2021-11-12 16:41:44 UTC

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

2021-11-12 16:41:44 UTC

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

2021-11-12 21:21:48 UTC

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

2021-11-12 21:21:49 UTC

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

2021-11-12 21:21:49 UTC

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

2021-11-12 21:28:11 UTC

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

2021-11-12 21:28:11 UTC

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

2021-11-12 21:28:11 UTC

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

2021-11-12 21:30:27 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

2021-11-12 21:30:30 UTC

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

2021-11-12 21:30:30 UTC

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

2021-11-12 21:30:31 UTC

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

2021-11-12 21:30:32 UTC

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

2021-11-12 21:30:32 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