Namespace
istio
Image / Tag
examples-bookinfo-details-v1:0.2.8
Content Digest
sha256:11c9befd6e189c5a95043418843032f55085b9e29a988d8ee68709bc2a9112fb
Details
Created

2017-10-03 22:28:40 UTC

Size

95 MB

Content Digest
Environment
BUNDLER_VERSION

1.15.4

BUNDLE_APP_CONFIG

/usr/local/bundle

BUNDLE_BIN

/usr/local/bundle/bin

BUNDLE_PATH

/usr/local/bundle

BUNDLE_SILENCE_ROOT_WARNING

1

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.6.13

RUBY_DOWNLOAD_SHA256

7d3a7dabb190c2da06c963063342ca9a214bcd26f2158e904f0ec059b065ffda

RUBY_MAJOR

2.3

RUBY_VERSION

2.3.5


Layers

[#000] sha256:aa18ad1a0d334d80981104c599fa8cef9264552a265b1197af11274beba767cf - 52.8% (50.2 MB)

[#001] sha256:237a1e0ccc9352231fddd1758a91657e79fe89f4fd7904871f888576a51782df - 10.2% (9.69 MB)

[#002] sha256:f3db0faddae6c97ab63de5d95e66104d5532e514cc689fa7d60127ea72d2fa1b - 0.0% (206 Bytes)

[#003] sha256:7b90b63b19ac25ab0afafb3e9e95357bcfd8c64b8d796bfc14301a0cd6de50a3 - 36.32% (34.5 MB)

[#004] sha256:8ac2802997752784fb056654a59261f5f80b40176c3fbe947ecf6753a8ad4b21 - 0.68% (661 KB)

[#005] sha256:91a1dedea046650c6f3605b287dccab2d3b5117b6bf3aad0d77ee24c753c8208 - 0.0% (163 Bytes)

[#006] sha256:c7a2c7d450db807940c2ff208b39e6399a41bb9d2a74c228c2eaa98eaf2a8e68 - 0.0% (1.06 KB)


History
2017-09-13 08:40:43 UTC

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

2017-09-13 08:40:43 UTC

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

2017-09-14 02:59:15 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-09-14 02:59:16 UTC

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

2017-09-14 03:24:14 UTC

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

2017-09-15 20:26:16 UTC

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

2017-09-15 20:26:16 UTC

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

2017-09-15 20:26:16 UTC

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

2017-09-15 20:29: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"

2017-09-15 20:29:48 UTC

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

2017-09-15 20:29:49 UTC

/bin/sh -c gem install bundler --version "$BUNDLER_VERSION"

2017-09-15 20:29:49 UTC

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

2017-09-15 20:29:50 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-09-15 20:29:50 UTC

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

2017-09-15 20:29:51 UTC

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

2017-09-15 20:29:51 UTC

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

2017-10-03 22:28:39 UTC

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

2017-10-03 22:28:39 UTC

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

2017-10-03 22:28:40 UTC

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

2017-10-03 22:28:40 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