Namespace
istio
Image / Tag
examples-bookinfo-details-v1:1.16.2
Content Digest
sha256:18e54f81689035019e1ac78f6d2e6483fcf1d94072d047315ab193cb2ab89ae5
Details
Created

2020-06-29 18:07:58 UTC

Size

59.6 MB

Content Digest
Environment
BUNDLE_APP_CONFIG

/usr/local/bundle

BUNDLE_SILENCE_ROOT_WARNING

1

ENABLE_EXTERNAL_BOOK_SERVICE

false

GEM_HOME

/usr/local/bundle

LANG

C.UTF-8

PATH

/usr/local/bundle/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

RUBY_DOWNLOAD_SHA256

b224f9844646cc92765df8288a46838511c1cec5b550d8874bd4686a904fcee7

RUBY_MAJOR

2.7

RUBY_VERSION

2.7.1

SERVICE_VERSION

v1


Layers

[#000] sha256:8559a31e96f442f2c7b6da49d6c84705f98a39d8be10b3f5f14821d0ee8417df - 43.36% (25.8 MB)

[#001] sha256:7dc90e6cf5818a58b654c668706f45d537bad50a42248d0f237711247c464a1e - 20.07% (12 MB)

[#002] sha256:257d55212f71e6943a5df1d5af3c318ba1002ffb5f55e56c922efef942d96523 - 0.0% (198 Bytes)

[#003] sha256:d2310f414f5ee09b0d09a125068c6516f2cde36c97a917ed5c128eb8b3085269 - 36.57% (21.8 MB)

[#004] sha256:ed5c564a537ece3c9c11a2e868e4ac601c1acb8ba31ca8f0150d44aab34a303e - 0.0% (143 Bytes)

[#005] sha256:8099ba0349bf10118c516ac991b9a2067cecc46f0d44641333cafc5d12e37bc5 - 0.0% (1.98 KB)


History
2020-06-09 01:20:56 UTC

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

2020-06-09 01:20:56 UTC

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

2020-06-09 19:42:33 UTC

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

2020-06-09 19:42:34 UTC

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

2020-06-26 21:21:02 UTC

/bin/sh -c #(nop) ENV LANG=C.UTF-8

2020-06-26 21:21:02 UTC

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

2020-06-26 21:21:02 UTC

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

2020-06-26 21:21:02 UTC

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

2020-06-26 21:25:55 UTC

/bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends autoconf bison dpkg-dev gcc libbz2-dev libgdbm-compat-dev libgdbm-dev libglib2.0-dev libncurses-dev libreadline-dev libxml2-dev libxslt-dev make ruby wget xz-utils ; 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 --check --strict; 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; apt-mark auto '.*' > /dev/null; apt-mark manual $savedAptMark > /dev/null; find /usr/local -type f -executable -not \( -name '*tkinter*' \) -exec ldd '{}' ';' | awk '/=>/ { print $(NF-1) }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual ; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; cd /; rm -r /usr/src/ruby; ! dpkg -l | grep -i ruby; [ "$(command -v ruby)" = '/usr/local/bin/ruby' ]; ruby --version; gem --version; bundle --version

2020-06-26 21:25:56 UTC

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

2020-06-26 21:25:56 UTC

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

2020-06-26 21:25:56 UTC

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

2020-06-26 21:25:57 UTC

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

2020-06-26 21:25:57 UTC

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

2020-06-29 18:07:57 UTC

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

2020-06-29 18:07:57 UTC

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

2020-06-29 18:07:57 UTC

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

2020-06-29 18:07:57 UTC

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

2020-06-29 18:07:57 UTC

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

2020-06-29 18:07:57 UTC

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

2020-06-29 18:07:58 UTC

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

2020-06-29 18:07:58 UTC

/bin/sh -c #(nop) CMD ["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