Namespace
codeclimate
Image / Tag
codeclimate-rubocop:b550
Content Digest
sha256:0ade600603956677e1fed192432ad649589addab63715c0ab37badfedc0eb40f
Details
Created

2019-06-12 17:25:10 UTC

Size

31.9 MB

Content Digest
Environment
BUNDLE_APP_CONFIG

/usr/local/bundle

BUNDLE_PATH

/usr/local/bundle

BUNDLE_SILENCE_ROOT_WARNING

1

GEM_HOME

/usr/local/bundle

PATH

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

RUBYGEMS_VERSION

3.0.3

RUBY_DOWNLOAD_SHA256

25da31b9815bfa9bba9f9b793c055a40a35c43c6adfb1fdbd81a09099f9b529c

RUBY_MAJOR

2.4

RUBY_VERSION

2.4.6


Layers

[#000] sha256:e7c96db7181be991f19a9fb6975cdbbd73c65f4a2681348e63a141a2192a5f10 - 8.25% (2.63 MB)

[#001] sha256:622c94c90cb16cee45cb63da0b905ead12c0d80c5acb5851f1fee113491f00d9 - 3.08% (1010 KB)

[#002] sha256:5ab26e9d8a17e7ae3cef8a610206bba0078a26367e3125abe07e5103f577757e - 0.0% (197 Bytes)

[#003] sha256:5720c161142d34c960bdb8ff6cfae5809efe9b517f92c7ed55e47de68275f812 - 68.32% (21.8 MB)

[#004] sha256:7ac76bb40b5914e0fa76596e84d1162785c8853a1c5ba308ff176078e363cbb7 - 0.0% (140 Bytes)

[#005] sha256:9f16e4f871aaca9fb8a2343cf4eec79750dc159ef8329e3369dfdddba27f2f16 - 0.0% (132 Bytes)

[#006] sha256:c51c578df2d9ee20e3e982466f1a8a61b25152cd37a2c1f851669c8b5f194e1c - 0.0% (1.22 KB)

[#007] sha256:919d933ae4e25fc9cd8386769dd4000ee3c717019aed86e9bb6e6829ec003907 - 0.0% (935 Bytes)

[#008] sha256:5a771d06766f697b553dc1f2ac7103ec6b57e5db5c835c2303b2be6e055a6671 - 19.82% (6.31 MB)

[#009] sha256:0928c837b6cec5166e26d7d05c80dbf020f98aee9dc0074817fd9b3b9bd7d397 - 0.26% (84.5 KB)

[#010] sha256:b081170a29bf94151afb1b7a67fda93a97f694146dadd09d84bfde418b827e60 - 0.26% (84.6 KB)

[#011] sha256:508a210f4dca0d88ab36daabafbd0613c1e250f431bb1e36a47159e02ab72ed6 - 0.0% (93 Bytes)


History
2019-05-11 00:07:03 UTC

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

2019-05-11 00:07:03 UTC

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

2019-05-11 03:26:41 UTC

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

2019-05-11 03:26:41 UTC

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

2019-05-11 03:36:21 UTC

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

2019-05-11 03:36:21 UTC

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

2019-05-11 03:36:22 UTC

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

2019-05-11 03:36:22 UTC

/bin/sh -c #(nop) ENV RUBYGEMS_VERSION=3.0.3

2019-05-11 03:41:52 UTC

/bin/sh -c set -ex && 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 -c - && 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 -c - && 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 && ruby -e 'exit(Gem::Version.create(ENV["RUBYGEMS_VERSION"]) > Gem::Version.create(Gem::VERSION))' && gem update --system "$RUBYGEMS_VERSION" && rm -r /root/.gem/ && ruby --version && gem --version && bundle --version

2019-05-11 03:41:53 UTC

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

2019-05-11 03:41:53 UTC

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

2019-05-11 03:41:53 UTC

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

2019-05-11 03:41:54 UTC

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

2019-05-11 03:41:55 UTC

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

2019-06-04 15:17:58 UTC

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

2019-06-04 15:17:58 UTC

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

2019-06-06 13:46:59 UTC

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

2019-06-06 13:47:14 UTC

/bin/sh -c apk add --update build-base && gem install bundler && bundle install --quiet -j 4 --without=test && chown -R app:app /usr/local/bundle && rm -fr ~/.gem ~/.bundle ~/.wh..gem && apk del build-base

2019-06-12 17:25:08 UTC

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

2019-06-12 17:25:09 UTC

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

2019-06-12 17:25:10 UTC

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

2019-06-12 17:25:10 UTC

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

2019-06-12 17:25:10 UTC

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

2019-06-12 17:25:10 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