Namespace
istio
Image / Tag
examples-bookinfo-details-v1:1.12.0
Content Digest
sha256:7db14e9d9805d148fc52f99cff34de3db788788fe558081991b2d09044ff6e8f
Details
Created

2018-12-21 18:51:06 UTC

Size

91.8 MB

Content Digest
Environment
BUNDLER_VERSION

1.17.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.8

RUBY_DOWNLOAD_SHA256

910f635d84fd0d81ac9bdee0731279e6026cb4cd1315bbbb5dfb22e09c5c1dfe

RUBY_MAJOR

2.3

RUBY_VERSION

2.3.8

SERVICE_VERSION

v1


Layers

[#000] sha256:54f7e8ac135a5f502a6ee9537ef3d64b1cd2fa570dc0a40b4d3b6f7ac81e7486 - 47.06% (43.2 MB)

[#001] sha256:7a71928f7b199864caa667eae6d42021f13d3831284208c08b1e7236b0347a11 - 15.04% (13.8 MB)

[#002] sha256:0f2d0c63fe0b32e5cb326248d96ee59799b6e55c9257f72c556b14a4dced0881 - 0.0% (205 Bytes)

[#003] sha256:3f8e15a06a9a584b0c827f25eacb037ea4b3691ce6dd55782d69d607f2c750da - 37.9% (34.8 MB)

[#004] sha256:754469ef30532395ff7e6f8a4f2d9a643737385533eab63d83678065b4acf777 - 0.0% (149 Bytes)

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


History
2018-11-15 22:44:00 UTC

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

2018-11-15 22:44:09 UTC

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

2018-11-16 19:26:00 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-11-16 19:26:01 UTC

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

2018-11-16 19:26:02 UTC

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

2018-11-16 19:26:02 UTC

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

2018-11-16 19:26:02 UTC

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

2018-11-16 19:26:02 UTC

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

2018-12-12 20:37:17 UTC

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

2018-12-12 20:40:32 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-12-12 20:40:47 UTC

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

2018-12-12 20:40:47 UTC

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

2018-12-12 20:40: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

2018-12-12 20:40:48 UTC

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

2018-12-12 20:40:49 UTC

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

2018-12-21 18:51:03 UTC

/bin/sh -c #(nop) COPY file:7f54c79d7cf441a9c483620dccadc2ee886222a0bd1e80741b2e39a9faf984e2 in /opt/microservices/

2018-12-21 18:51:04 UTC

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

2018-12-21 18:51:04 UTC

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

2018-12-21 18:51:04 UTC

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

2018-12-21 18:51:05 UTC

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

2018-12-21 18:51:05 UTC

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

2018-12-21 18:51:06 UTC

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

2018-12-21 18:51:06 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