Namespace
istio
Image / Tag
examples-bookinfo-details-v1:1.8.0
Content Digest
sha256:73e1de909cd387cf377bb51ddd90167d0f44cf0659746d1d0e50276e8f1c9df3
Details
Created

2018-07-18 00:28:19 UTC

Size

90 MB

Content Digest
Environment
BUNDLER_VERSION

1.16.2

BUNDLE_APP_CONFIG

/usr/local/bundle

BUNDLE_PATH

/usr/local/bundle

BUNDLE_SILENCE_ROOT_WARNING

1

ENABLE_EXTERNAL_BOOK_SERVICE

false

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

2.7.7

RUBY_DOWNLOAD_SHA256

c61f8f2b9d3ffff5567e186421fa191f0d5e7c2b189b426bb84498825d548edb

RUBY_MAJOR

2.3

RUBY_VERSION

2.3.7

SERVICE_VERSION

v1


Layers

[#000] sha256:55cbf04beb7001d222c71bfdeae780bda19d5cb37b8dbd65ff0d3e6a0b9b74e6 - 48.04% (43.2 MB)

[#001] sha256:09c85ca99e4da573866b8ff3b2c2c09a58df4cc109193f7c3dc4bfeba719daf5 - 15.32% (13.8 MB)

[#002] sha256:d377100d5df01995772e6b584b6e69c2d5a701c7e4fc9e3aa657aa0200a9ab6e - 0.0% (206 Bytes)

[#003] sha256:4f5f2ea772040342e5839e74825a00be69297c71d1fd58d095d34b99acbe3a47 - 36.64% (33 MB)

[#004] sha256:0954bf4682b2e35ed52cfbd4178a30d8a16c28692b672a9c58d098d241689222 - 0.0% (149 Bytes)

[#005] sha256:b9a130f418f449c7fe18d5dc6d20ca96c9cf18427890ae56e9c6109bb5180206 - 0.0% (1.94 KB)


History
2018-07-17 00:27:24 UTC

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

2018-07-17 00:27:24 UTC

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

2018-07-17 08:37:55 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends bzip2 ca-certificates libffi-dev libgdbm3 libssl1.0-dev libyaml-dev procps zlib1g-dev && rm -rf /var/lib/apt/lists/*

2018-07-17 08:37:56 UTC

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

2018-07-17 08:37:56 UTC

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

2018-07-17 08:37:56 UTC

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

2018-07-17 08:37:57 UTC

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

2018-07-17 08:37:57 UTC

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

2018-07-17 08:37:57 UTC

/bin/sh -c #(nop) ENV BUNDLER_VERSION=1.16.2

2018-07-17 08:42:23 UTC

/bin/sh -c set -ex && buildDeps=' autoconf bison dpkg-dev gcc libbz2-dev libgdbm-dev libglib2.0-dev libncurses-dev libreadline-dev libxml2-dev libxslt-dev make ruby wget xz-utils ' && apt-get update && apt-get install -y --no-install-recommends $buildDeps && rm -rf /var/lib/apt/lists/* && 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 && { 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)" && ./configure --build="$gnuArch" --disable-install-doc --enable-shared && make -j "$(nproc)" && make install && dpkg-query --show --showformat '${package}\n' | grep -P '^libreadline\d+$' | xargs apt-mark manual && apt-get purge -y --auto-remove $buildDeps && cd / && rm -r /usr/src/ruby && gem update --system "$RUBYGEMS_VERSION" && gem install bundler --version "$BUNDLER_VERSION" --force && rm -r /root/.gem/

2018-07-17 08:42:24 UTC

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

2018-07-17 08:42:24 UTC

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

2018-07-17 08:42:24 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

2018-07-17 08:42:25 UTC

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

2018-07-17 08:42:26 UTC

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

2018-07-18 00:28:18 UTC

/bin/sh -c #(nop) COPY file:6292f9990325301e7738fbbb348f627853abbb06275a60816c685e77191fe3cf in /opt/microservices/

2018-07-18 00:28:18 UTC

/bin/sh -c #(nop) ARG service_version

2018-07-18 00:28:18 UTC

/bin/sh -c #(nop) ENV SERVICE_VERSION=v1

2018-07-18 00:28:18 UTC

/bin/sh -c #(nop) ARG enable_external_book_service

2018-07-18 00:28:18 UTC

/bin/sh -c #(nop) ENV ENABLE_EXTERNAL_BOOK_SERVICE=false

2018-07-18 00:28:18 UTC

/bin/sh -c #(nop) EXPOSE 9080

2018-07-18 00:28:19 UTC

/bin/sh -c #(nop) WORKDIR /opt/microservices

2018-07-18 00:28:19 UTC

/bin/sh -c #(nop) CMD ["/bin/sh" "-c" "ruby details.rb 9080"]

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