Namespace
codeclimate
Image / Tag
codeclimate-rubocop:b705
Content Digest
sha256:079ffc85f9a94a1061229b688dd6d67cd7c9b39a42800d007168ec2324e93203
Details
Created

2020-07-13 15:09:08 UTC

Size

98.3 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.72% (2.67 MB)

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

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

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

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

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

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

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

[#008] sha256:54fa2413dc0e76dcc0d56e2d64306d72ca75888c3d912540410bfdeb01144725 - 74.58% (73.3 MB)

[#009] sha256:b91bb9ce328b3785c7bb73b88f429e609568b911a6ec101c437ccb2aa75ca3e7 - 0.11% (115 KB)

[#010] sha256:16d4f7838006d5d6fef9b92c480ddded7f0d662852f60a481d3095ce832611c6 - 0.11% (115 KB)

[#011] sha256:c495d0db8c1aceca4de77dd3c9f4a460147fc961429087bfb31c30ee7a64145d - 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-07-13 15:06:58 UTC

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

2020-07-13 15:06:58 UTC

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

2020-07-13 15:06:59 UTC

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

2020-07-13 15:08:50 UTC

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

2020-07-13 15:09:03 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-07-13 15:09:04 UTC

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

2020-07-13 15:09:07 UTC

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

2020-07-13 15:09:07 UTC

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

2020-07-13 15:09:07 UTC

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

2020-07-13 15:09:07 UTC

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

2020-07-13 15:09:08 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