Namespace
codeclimate
Image / Tag
codeclimate-rubocop:rubocop-1-70
Content Digest
sha256:cc88b3c4508f253836dc933a6456eca84290647f096a72c64354226a89c974d4
Details
Created

2021-01-04 20:27:37 UTC

Size

99.2 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.18% (21 MB)

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

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

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

[#007] sha256:8f5ee95455585fd9bb56f5bec052610fe13ab58b5dc82e130fa21769c0abab6c - 0.0% (1.11 KB)

[#008] sha256:e23b84a1ceeda6dff06bbfc6e440f84eabe95558032c4c95ae589a64c00d2e2e - 74.77% (74.2 MB)

[#009] sha256:8192d2485df889ac5f4ffb6b426f96b1dd62a0e1665e7c6340a471c5c722d690 - 0.13% (132 KB)

[#010] sha256:d860f63f1f2b41608325d1cacb9b0b58e3c05e6c8c42f494769ddd7fcab1501f - 0.13% (132 KB)

[#011] sha256:d4e310480c00e80af11faa35b030dde18c9c4bf66831c2a24632506c476d954b - 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"]

2021-01-04 20:24:01 UTC

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

2021-01-04 20:24:01 UTC

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

2021-01-04 20:24:02 UTC

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

2021-01-04 20:27:22 UTC

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

2021-01-04 20:27:34 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

2021-01-04 20:27:34 UTC

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

2021-01-04 20:27:36 UTC

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

2021-01-04 20:27:37 UTC

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

2021-01-04 20:27:37 UTC

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

2021-01-04 20:27:37 UTC

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

2021-01-04 20:27:37 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