Namespace
istio
Image / Tag
examples-bookinfo-details-v1:1.15.1
Content Digest
sha256:344b1c18703ab1e51aa6d698f459c95ea734f8317d779189f4638de7a00e61ae
Details
Created

2020-06-03 18:45:56 UTC

Size

59.6 MB

Content Digest
Environment
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

RUBY_DOWNLOAD_SHA256

7528db87df7a8cbfdcbd053073839f5a00b2a38f807771e3e45000e72fc86732

RUBY_MAJOR

2.7-rc

RUBY_VERSION

2.7.0-rc1

SERVICE_VERSION

v1


Layers

[#000] sha256:000eee12ec04cc914bf96e8f5dee7767510c2aca3816af6078bd9fbe3150920c - 43.37% (25.8 MB)

[#001] sha256:eb775c9947bd15329b240cace20af8c8a27f2a0307b3a70afa4fc4d1fc48bca8 - 20.08% (12 MB)

[#002] sha256:ec4023dfa48cbbce1634b98375fc7fd67949fb44a3364f32d3b5c26f67ac6f62 - 0.0% (200 Bytes)

[#003] sha256:7bad0149217b05ea539000fe42501dae52ec7aab79972daaeb640cd2026795b9 - 36.55% (21.8 MB)

[#004] sha256:4afbca98b0e47450a53d2beb2c8775f783287ee3b4eb5958495d6cb5dd980d14 - 0.0% (144 Bytes)

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


History
2019-11-22 14:55:09 UTC

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

2019-11-22 14:55:10 UTC

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

2019-11-23 12:48:56 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/*

2019-11-23 12:48:57 UTC

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

2019-11-23 12:48:57 UTC

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

2019-12-19 04:03:11 UTC

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

2019-12-19 04:03:11 UTC

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

2019-12-19 04:08:13 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

2019-12-19 04:08:13 UTC

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

2019-12-19 04:08:13 UTC

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

2019-12-19 04:08:13 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

2019-12-19 04:08:14 UTC

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

2019-12-19 04:08:15 UTC

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

2020-06-03 18:45:55 UTC

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

2020-06-03 18:45:55 UTC

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

2020-06-03 18:45:55 UTC

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

2020-06-03 18:45:55 UTC

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

2020-06-03 18:45:56 UTC

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

2020-06-03 18:45:56 UTC

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

2020-06-03 18:45:56 UTC

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

2020-06-03 18:45:56 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