Namespace
library
Image / Tag
ruby:2.7.7-alpine
Content Digest
sha256:83300e513df3dde6863830edfd7aea792e4577fc348aa5e90dd7bf848d14dc96
Details
Created

2023-03-30 01:30:33 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

b38dff2e1f8ce6e5b7d433f8758752987a6b2adfd9bc7571dbc42ea5d04e3e4c

RUBY_MAJOR

2.7

RUBY_VERSION

2.7.7


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:f84091fabb0cce93ce2d9475e8466da246dcde912ed6ad27f1d24eae8f294c7c - 66.54% (12.7 MB)

[#004] sha256:694eb9f0a8198b4a8ab8d7ad092b4a9107ef25d73afe4d1463f21c62a1a1863d - 0.0% (173 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 01:27:14 UTC

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

2023-03-30 01:27:14 UTC

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

2023-03-30 01:30:32 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 01:30:32 UTC

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

2023-03-30 01:30:32 UTC

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

2023-03-30 01:30:32 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 01:30:33 UTC

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

2023-03-30 01:30:33 UTC

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

Details
Created

2023-03-30 02:34:21 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

b38dff2e1f8ce6e5b7d433f8758752987a6b2adfd9bc7571dbc42ea5d04e3e4c

RUBY_MAJOR

2.7

RUBY_VERSION

2.7.7


Layers

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

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

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

[#003] sha256:694d9c41b1ccabce285f7817e77acd8409fafeaf10a8c9facb1872a3cdbe90d3 - 67.61% (13.3 MB)

[#004] sha256:568087cb3d200b929576ea8b09ef46d046998117ace0bb508420100fa4b2fdc6 - 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 02:32:33 UTC

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

2023-03-30 02:32:34 UTC

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

2023-03-30 02:34:20 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 02:34:21 UTC

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

2023-03-30 02:34:21 UTC

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

2023-03-30 02:34:21 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 02:34:21 UTC

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

2023-03-30 02:34:21 UTC

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

Details
Created

2023-03-30 00:19:03 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

b38dff2e1f8ce6e5b7d433f8758752987a6b2adfd9bc7571dbc42ea5d04e3e4c

RUBY_MAJOR

2.7

RUBY_VERSION

2.7.7


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:cc689eeedcc4436eaeaa718e4e8dbddf3a750c461b8c71d86f2612500d0a559c - 68.39% (12.8 MB)

[#004] sha256:1b4d39b84a5207d6a7d885eeb34fa89be48280ac1bb5f6a88e34122baa9064d4 - 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 00:17:19 UTC

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

2023-03-30 00:17:19 UTC

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

2023-03-30 00:19: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

2023-03-30 00:19:02 UTC

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

2023-03-30 00:19:03 UTC

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

2023-03-30 00:19:03 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 00:19:03 UTC

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

2023-03-30 00:19:03 UTC

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

Details
Created

2023-03-30 05:52:02 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

b38dff2e1f8ce6e5b7d433f8758752987a6b2adfd9bc7571dbc42ea5d04e3e4c

RUBY_MAJOR

2.7

RUBY_VERSION

2.7.7


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:98fc3e0ae85ace4d94f740490249867641a54cc384027fa637da69e8fe2ea338 - 69.34% (12.7 MB)

[#004] sha256:bb50c6477c02c384e0dcdb30749a2b71d65c64226e023a9af88b9cc6ecf3efb1 - 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-03-30 05:50:23 UTC

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

2023-03-30 05:50:23 UTC

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

2023-03-30 05:52:01 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 05:52:01 UTC

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

2023-03-30 05:52:02 UTC

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

2023-03-30 05:52:02 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 05:52:02 UTC

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

2023-03-30 05:52:02 UTC

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

Details
Created

2023-03-30 05:41:16 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

b38dff2e1f8ce6e5b7d433f8758752987a6b2adfd9bc7571dbc42ea5d04e3e4c

RUBY_MAJOR

2.7

RUBY_VERSION

2.7.7


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:c3f443aec45de1c75f7d05c94394db8a7cf4faebcaaebf4569e74d5a235b5e8c - 67.78% (13.1 MB)

[#004] sha256:3c33a7b787c81c4d6cf21acd25a8235d6edc665f489440e3d0934e20e2e80d56 - 0.0% (174 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 05:39:53 UTC

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

2023-03-30 05:39:53 UTC

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

2023-03-30 05:41:16 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 05:41:16 UTC

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

2023-03-30 05:41:16 UTC

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

2023-03-30 05:41:16 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 05:41:16 UTC

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

2023-03-30 05:41:16 UTC

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

Details
Created

2023-03-30 04:29:31 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

b38dff2e1f8ce6e5b7d433f8758752987a6b2adfd9bc7571dbc42ea5d04e3e4c

RUBY_MAJOR

2.7

RUBY_VERSION

2.7.7


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:4bc6183c574c8d9baa5b5aa41fff0b6a507ba5a26a0ecd6e94cbf1220d75ef2d - 67.99% (13.7 MB)

[#004] sha256:cfe4ac0c5edd4429ad4b613d227f68ebd0c00924456b3f210c6aabdf0d4b305a - 0.0% (172 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 04:26:17 UTC

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

2023-03-30 04:26:19 UTC

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

2023-03-30 04:29:26 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 04:29:27 UTC

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

2023-03-30 04:29:28 UTC

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

2023-03-30 04:29:28 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 04:29:30 UTC

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

2023-03-30 04:29:31 UTC

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

Details
Created

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

b38dff2e1f8ce6e5b7d433f8758752987a6b2adfd9bc7571dbc42ea5d04e3e4c

RUBY_MAJOR

2.7

RUBY_VERSION

2.7.7


Layers

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

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

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

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

[#004] sha256:622bca0135759624b63c81a34b3c5b8682aa13cac1020f47a4f81733a0a7110e - 0.0% (174 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-03-29 22:18:04 UTC

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

2023-03-29 22:18:06 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-29 22:18:07 UTC

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

2023-03-29 22:32:53 UTC

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

2023-03-29 22:32:53 UTC

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

2023-03-29 22:32:53 UTC

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

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

2023-03-29 22:35:04 UTC

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

2023-03-29 22:35:04 UTC

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

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

2023-03-29 22:35:05 UTC

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

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