Namespace
istio
Image / Tag
examples-bookinfo-details-v1:1.6.0
Content Digest
sha256:6724d06d9afcec9e5e5105c0f134d6014dc7cae0ae94bb1a1efe7e361368e6ba
Details
Created

2018-05-08 16:50:08 UTC

Size

93.8 MB

Content Digest
Environment
BUNDLER_VERSION

1.16.1

BUNDLE_APP_CONFIG

/usr/local/bundle

BUNDLE_BIN

/usr/local/bundle/bin

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/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

RUBYGEMS_VERSION

2.7.6

RUBY_DOWNLOAD_SHA256

c61f8f2b9d3ffff5567e186421fa191f0d5e7c2b189b426bb84498825d548edb

RUBY_MAJOR

2.3

RUBY_VERSION

2.3.7

SERVICE_VERSION

v1


Layers

[#000] sha256:3d77ce4481b119f00e53bee9b4a443469c42c224db954ddaa2e6b74cd73cd5d0 - 55.17% (51.7 MB)

[#001] sha256:05a78650ca91970038096c478f5bc7b8155cf0226db13c86ccf40e0e476e23d5 - 10.34% (9.7 MB)

[#002] sha256:860996a55f7fba99ae60e7be5fc25d885d982031d74467b9bcfc84f96e72def6 - 0.0% (205 Bytes)

[#003] sha256:ac00ddbde4273808cfd4e373b7ade6ec8ddee4333ce92cf3c742a89cc35d607d - 34.48% (32.3 MB)

[#004] sha256:51fc04b94e871faf762fc5896fe9d3c31bbf22ff86bd8f904f723924a3f94301 - 0.0% (163 Bytes)

[#005] sha256:657573917d0f3467a5f35cca1ee91ddffad0cb913947c73157c16743ebf2e8f1 - 0.0% (1.99 KB)


History
2018-04-28 06:44:15 UTC

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

2018-04-28 06:44:16 UTC

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

2018-04-29 16:52:40 UTC

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

2018-04-29 16:52:41 UTC

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

2018-04-29 17:58:22 UTC

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

2018-04-29 17:58:22 UTC

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

2018-04-29 17:58:22 UTC

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

2018-04-29 17:58:23 UTC

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

2018-04-29 17:58:23 UTC

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

2018-04-29 18:01:26 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-04-29 18:01:26 UTC

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

2018-04-29 18:01:27 UTC

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

2018-04-29 18:01:27 UTC

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

2018-04-29 18:01:28 UTC

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

2018-04-29 18:01:28 UTC

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

2018-05-08 16:50:06 UTC

/bin/sh -c #(nop) COPY file:6960cef7ce0d1c7ab52e1d3ef42915a96440d45d4e4857a88b8387afe27711fd in /opt/microservices/

2018-05-08 16:50:06 UTC

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

2018-05-08 16:50:06 UTC

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

2018-05-08 16:50:07 UTC

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

2018-05-08 16:50:07 UTC

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

2018-05-08 16:50:07 UTC

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

2018-05-08 16:50:07 UTC

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

2018-05-08 16:50:08 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