Namespace
istio
Image / Tag
examples-bookinfo-details-v1:0.5.0
Content Digest
sha256:27e265a9ee6a3b1912da98ada18e48cd04b34ea52946ebd94508446dcf05f2b2
Details
Created

2018-01-18 18:31:20 UTC

Size

95.5 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.3

RUBY_DOWNLOAD_SHA256

e0d969ac22d4a403c1204868bb9c0d068aa35045bb3934cf50b17b7f66059f56

RUBY_MAJOR

2.3

RUBY_VERSION

2.3.6

SERVICE_VERSION

v1


Layers

[#000] sha256:f49cf87b52c10aa83b4f4405800527a74400fb19ea1821d209293bc4d53966aa - 52.52% (50.2 MB)

[#001] sha256:ea5e933f26566c8d3c5148dfb15fe65c216e6ca4a4f49322dc9e1be3e1ecb453 - 10.17% (9.71 MB)

[#002] sha256:16d8409825c17a94357118c91daedf678cc6a77da5732fd30ce36574ccf24ecd - 0.0% (205 Bytes)

[#003] sha256:85298b45c78ae54ebc0ea1487dba32374ab50337342a958107524018f7cd5c4e - 37.31% (35.6 MB)

[#004] sha256:05d031b4936221a9e2b978c9ee0d11a113852f5766c0b0661b5e5553cc0835d1 - 0.0% (164 Bytes)

[#005] sha256:97b7e04f9cd8bb19db33ee1e84e421a8fb6be5a79db46bb57bdaaa556931b17f - 0.0% (1.99 KB)


History
2017-12-12 01:41:12 UTC

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

2017-12-12 01:41:12 UTC

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

2017-12-12 07:29:28 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/*

2017-12-12 07:29:29 UTC

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

2017-12-12 07:33:17 UTC

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

2017-12-15 21:17:17 UTC

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

2017-12-15 21:17:17 UTC

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

2017-12-15 21:17:18 UTC

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

2017-12-23 16:32:58 UTC

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

2017-12-23 16:35:48 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

2017-12-23 16:35:48 UTC

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

2017-12-23 16:35:49 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

2017-12-23 16:35:49 UTC

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

2017-12-23 16:35:49 UTC

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

2017-12-23 16:35:50 UTC

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

2018-01-18 18:31:19 UTC

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

2018-01-18 18:31:19 UTC

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

2018-01-18 18:31:19 UTC

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

2018-01-18 18:31:19 UTC

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

2018-01-18 18:31:20 UTC

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

2018-01-18 18:31:20 UTC

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

2018-01-18 18:31:20 UTC

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

2018-01-18 18:31:20 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