Namespace
codeclimate
Image / Tag
codeclimate-rubocop:rubocop-1-4-1
Content Digest
sha256:9f8477d3fad4a1a0fd6b28da274d59932bad7bc269318afe9dab205ca36af150
Details
Created

2020-11-24 19:29:14 UTC

Size

99.5 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.69% (2.67 MB)

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

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

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

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

[#005] sha256:0aa8e77a9c3957edcf64c76f3a791478eec459afe44490df46bd1ea1fac95449 - 0.0% (133 Bytes)

[#006] sha256:3cec4a87b066339b141105b7e7f529b05121ae7225a68bfee888c2fa9b56e588 - 0.0% (1.2 KB)

[#007] sha256:5328d6ab386080197a87175b291581adc9219852ac8c84407890f444c53e9684 - 0.0% (1.14 KB)

[#008] sha256:c4cce5bad742c619ccd64a96dd30d1d8a666f550e1bf1d66223450a3672e3524 - 74.85% (74.4 MB)

[#009] sha256:459c2cef331d54d7e487725fa6704955fb8f7f43b619beb0950081106b46ec2e - 0.12% (123 KB)

[#010] sha256:b5cbac77cabe00e81c3a46163dca6b0c561953e330b6b4e6bd0c8ed420726afa - 0.12% (123 KB)

[#011] sha256:86cc018fdb1c271e17231b69aac8b3d994da4241038133b7134e4c50559c8622 - 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-11-24 19:28:59 UTC

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

2020-11-24 19:28:59 UTC

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

2020-11-24 19:28:59 UTC

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

2020-11-24 19:29:00 UTC

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

2020-11-24 19:29:11 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-11-24 19:29:12 UTC

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

2020-11-24 19:29:14 UTC

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

2020-11-24 19:29:14 UTC

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

2020-11-24 19:29:14 UTC

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

2020-11-24 19:29:14 UTC

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

2020-11-24 19:29:14 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