Sign inSign up

istio/examples-bookinfo-details-v2:1.20.2

Multi-platform
Languages & frameworks
Integration & delivery
Monitoring & observability
Index digest

sha256:70baee2506f0625433bfff52795702f9fa71ff467d1e6110e61aa02c9c33ad13

OS/ARCH

Compressed size

82.03 MB

Last pushed

about 2 years by howardjohn

Type

Image

Manifest digest

sha256:a77af321f8ef2d21775c69a5c25f16fde262be0071dd7980d1233fd5fcfc8142

Image Layers

1ADD file ... in / 27.78 MB
2CMD ["bash"]0 B
3RUN /bin/sh -c set -eux;13.21 MB
4RUN /bin/sh -c set -eux;199 B
5ENV LANG=C.UTF-80 B
6ENV RUBY_VERSION=3.3.00 B
7ENV RUBY_DOWNLOAD_URL=https://cache.ruby-lang.org/pub/ruby/3.3/ruby-3.3.0.tar.xz0 B
8ENV RUBY_DOWNLOAD_SHA256=676b65a36e637e90f982b57b059189b3276b9045034dcd186a7e9078847b975b0 B
9RUN /bin/sh -c set -eux;34.59 MB
10ENV GEM_HOME=/usr/local/bundle0 B
11ENV BUNDLE_SILENCE_ROOT_WARNING=1 BUNDLE_APP_CONFIG=/usr/local/bundle0 B
12ENV PATH=/usr/local/bundle/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
13RUN /bin/sh -c mkdir -p143 B
14CMD ["irb"]0 B
15WORKDIR /opt/microservices122 B
16COPY Gemfile /opt/microservices/ # buildkit218 B
17RUN /bin/sh -c bundle install6.45 MB
18COPY details.rb /opt/microservices/ # buildkit2.55 KB
19ARG service_version=v20 B
20ENV SERVICE_VERSION=v20 B
21ARG enable_external_book_service=true0 B
22ENV ENABLE_EXTERNAL_BOOK_SERVICE=true0 B
23EXPOSE map[9080/tcp:{}]0 B
24CMD ["ruby" "details.rb" "9080"]0 B
25USER 10000 B

Command

ADD file:d4bb05cb4d403a78b4ab5cd8d620330659d5aeb25f847d104ebc02c3a0f32624 in /