Namespace
istio
Image / Tag
examples-bookinfo-details-v1:0.3.0
Content Digest
sha256:2b691cc9c6aa746c9aba602733be3c2a3484de2198db5abfbd71f1b1ac626573
Details
Created

2018-01-04 23:40:49 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

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

RUBY_DOWNLOAD_SHA256

e0d969ac22d4a403c1204868bb9c0d068aa35045bb3934cf50b17b7f66059f56

RUBY_MAJOR

2.3

RUBY_VERSION

2.3.6


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:4b59fdedd8fc481ea9ca2ee7c8c4a5fba5aa5f0f3c51eb1c220e58d013b3da37 - 37.3% (35.6 MB)

[#004] sha256:1e71a202b46b33ee3232e373728b8c34a255d6e63189df8d0a61c4bf8e25e042 - 0.0% (165 Bytes)

[#005] sha256:07095951ddb9bcce439e06a14ffc4c8c9038696d38bedbd8b0121974b0f207bd - 0.0% (1.06 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-26 21:29:50 UTC

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

2017-12-26 21:29:50 UTC

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

2017-12-26 21:32:34 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-26 21:32:34 UTC

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

2017-12-26 21:32:34 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-26 21:32:35 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-26 21:32:35 UTC

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

2017-12-26 21:32:35 UTC

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

2018-01-04 23:40:48 UTC

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

2018-01-04 23:40:49 UTC

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

2018-01-04 23:40:49 UTC

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

2018-01-04 23:40:49 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