Namespace
codeclimate
Image / Tag
codeclimate-rubocop:b449
Content Digest
sha256:24fac4232766b12017236f7b97987004620587f06e4ee40c57ded5646b4dfe08
Details
Created

2019-04-12 20:47:02 UTC

Size

33.6 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:bdf0201b3a056acc4d6062cc88cd8a4ad5979983bfb640f15a145e09ed985f92 - 7.84% (2.63 MB)

[#001] sha256:67a4a175230f2d326f1f3efa315885742c1da4b2fa3e348a2ad7b70f0e604f2f - 2.93% (1010 KB)

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

[#003] sha256:790bb1b75ac8034d0b85dbf297e664d05c38f066ec9b8085e8b7ad420aec1a74 - 64.89% (21.8 MB)

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

[#005] sha256:3ed8cf5f946ed973af1c58dfcfdc748811e970aa4f8a79fbaa926000fead75d4 - 0.0% (131 Bytes)

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

[#007] sha256:f9a7819820b9658f9a3e336773354fa69157f7db0a11313f28fba0afa4d5d281 - 0.0% (972 Bytes)

[#008] sha256:7b37c11ac8eb5ceb9a0a14f6bbd5a8f76fe4aa84caaaeed2ce4129d1522c24c8 - 23.75% (7.97 MB)

[#009] sha256:96bc3ba89a20a88170a18d73466bb6b4579161ac6e0d9110302e2322e2d20050 - 0.29% (101 KB)

[#010] sha256:7ee3838cd88acc840509a0f459b920c34f74ed36eb91d937c23950faf12689df - 0.29% (101 KB)

[#011] sha256:8c92c08a1f5315d46218a15d864e7310966f9f0ee8b97e685f59d8cc76143b34 - 0.0% (93 Bytes)


History
2019-04-09 23:20:18 UTC

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

2019-04-09 23:20:18 UTC

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

2019-04-10 02:16:05 UTC

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

2019-04-10 02:16:06 UTC

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

2019-04-10 02:28:38 UTC

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

2019-04-10 02:28:39 UTC

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

2019-04-10 02:28:39 UTC

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

2019-04-10 02:28:39 UTC

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

2019-04-10 02:35:46 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-04-10 02:35:46 UTC

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

2019-04-10 02:35:46 UTC

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

2019-04-10 02:35:47 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-04-10 02:35:48 UTC

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

2019-04-10 02:35:48 UTC

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

2019-04-12 20:46:49 UTC

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

2019-04-12 20:46:49 UTC

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

2019-04-12 20:46:49 UTC

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

2019-04-12 20:47:00 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-04-12 20:47:00 UTC

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

2019-04-12 20:47:02 UTC

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

2019-04-12 20:47:02 UTC

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

2019-04-12 20:47:02 UTC

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

2019-04-12 20:47:02 UTC

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

2019-04-12 20:47:02 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