Namespace
codeclimate
Image / Tag
codeclimate-rubocop:b728
Content Digest
sha256:1e9d19d8f74dc4db23439370b80267873019563753e066a5f15a7b49e785f110
Details
Created

2020-09-10 12:56:18 UTC

Size

99 MB

Content Digest
Labels
  • name
    Ruby-2.6
  • version
    1.0

Environment
BUNDLE_APP_CONFIG

/usr/local/bundle

BUNDLE_SILENCE_ROOT_WARNING

1

GEM_HOME

/usr/local/bundle

PATH

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

RUBY_DOWNLOAD_SHA256

d5d6da717fd48524596f9b78ac5a2eeb9691753da5c06923a6c31190abe01a62

RUBY_MAJOR

2.6

RUBY_VERSION

2.6.5


Layers

[#000] sha256:aad63a9339440e7c3e1fff2b988991b9bfb81280042fa7f39a5e327023056819 - 2.7% (2.67 MB)

[#001] sha256:cca28d9d22b9db22fe924a8dea99a0f2b6dd9bd713535ee3469f5d5d97f67871 - 1.09% (1.08 MB)

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

[#003] sha256:12139539199ebeeebb8b34836027ce7cd38501305ef546c89d77381273bb1876 - 21.23% (21 MB)

[#004] sha256:c262dbdf41d75f6e2ffeb341e0d64b36709c007a4a2e3a133b9d1c4b60a54743 - 0.0% (141 Bytes)

[#005] sha256:01f2c9999db92d1bd2a8b9a07a25efb989c106a389c36b6cd919c243bffeecf0 - 0.0% (134 Bytes)

[#006] sha256:50c74d603cefde46c52c766c5e0e1b40669f5a2900471684f4581b2869e01889 - 0.0% (1.2 KB)

[#007] sha256:61cdfedaeb277b9576e9fd17c7815e4a69ba0bc290d343ea9f52ec4fecc5bbc9 - 0.0% (1.13 KB)

[#008] sha256:138975b7b4c8024f9f54020cc20e318b611c739070fa2030f99c81a8ee02207c - 74.74% (74 MB)

[#009] sha256:0927d6bbaa21a55be7d03c32c353c8524aa5696abf2b9bc65846eb0b218c2374 - 0.12% (121 KB)

[#010] sha256:f1b732ab7355aba11a95719d34bf02ca8cae943208ffb89f963b264ba932f932 - 0.12% (121 KB)

[#011] sha256:5a9071d0cfbfa07eaa91e40d9f973acb80f7866608a67a5ab19154fc29c93825 - 0.0% (93 Bytes)


History
2020-03-23 21:19:34 UTC

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

2020-03-23 21:19:34 UTC

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

2020-03-24 00:55:02 UTC

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

2020-03-24 00:55:03 UTC

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

2020-03-24 01:01:07 UTC

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

2020-03-24 01:01:07 UTC

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

2020-03-24 01:01:07 UTC

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

2020-03-24 01:04:48 UTC

/bin/sh -c set -eux; 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 --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; { 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; ! apk --no-network list --installed | grep -v '^[.]ruby-rundeps' | grep -i ruby ; [ "$(command -v ruby)" = '/usr/local/bin/ruby' ]; ruby --version; gem --version; bundle --version

2020-03-24 01:04:48 UTC

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

2020-03-24 01:04:48 UTC

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

2020-03-24 01:04:48 UTC

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

2020-03-24 01:04:49 UTC

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

2020-03-24 01:04:49 UTC

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

2020-09-10 12:56:02 UTC

/bin/sh -c #(nop) LABEL name=Ruby-2.6 version=1.0

2020-09-10 12:56:02 UTC

/bin/sh -c #(nop) WORKDIR /usr/src/app

2020-09-10 12:56:02 UTC

/bin/sh -c adduser -u 9000 -D app

2020-09-10 12:56:03 UTC

/bin/sh -c #(nop) COPY multi:34af2ec87c2fcdd2036dae185cc64ad3a3a0889f5a25d8d43bad0b2b060aedc6 in /usr/src/app/

2020-09-10 12:56:15 UTC

/bin/sh -c apk add --update build-base git && gem install bundler -v 2.0.2 && bundle install --quiet -j 4 && chown -R app:app /usr/local/bundle && rm -fr ~/.gem ~/.bundle ~/.wh..gem && gem cleanup

2020-09-10 12:56:15 UTC

/bin/sh -c #(nop) COPY dir:ee43c7d82ec41b9a39bc443abc1073bb5fe16cc60beec42bd2cdefe33b8770f4 in /usr/src/app

2020-09-10 12:56:17 UTC

/bin/sh -c chown -R app:app .

2020-09-10 12:56:17 UTC

/bin/sh -c #(nop) USER [app]

2020-09-10 12:56:17 UTC

/bin/sh -c #(nop) VOLUME [/code]

2020-09-10 12:56:18 UTC

/bin/sh -c #(nop) WORKDIR /code

2020-09-10 12:56:18 UTC

/bin/sh -c #(nop) CMD ["/usr/src/app/bin/codeclimate-rubocop"]

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