Sign inSign up

istio/examples-bookinfo-productpage-v1:1.20.2

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

sha256:f3754ad97d9abfef9b92913dd57f3a6b5b1ede74a77b0fd699fa41984fa1d3a4

OS/ARCH

Compressed size

62.44 MB

Last pushed

about 2 years by howardjohn

Type

Image

Manifest digest

sha256:ddd659ade32a81fe7205e5933d05e511f0636cc0b11242f526e5cb68c7330628

Image Layers

1ADD file ... in / 27.83 MB
2CMD ["bash"]0 B
3ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
4ENV LANG=C.UTF-80 B
5RUN /bin/sh -c set -eux;3.17 MB
6ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B
7ENV PYTHON_VERSION=3.12.10 B
8RUN /bin/sh -c set -eux;11.39 MB
9RUN /bin/sh -c set -eux;243 B
10ENV PYTHON_PIP_VERSION=23.2.10 B
11ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/049c52c665e8c5fd1751f942316e0a5c777d304f/public/get-pip.py0 B
12ENV PYTHON_GET_PIP_SHA256=7cfd4bdc4d475ea971f1c0710a5953bcc704d171f83c797b9529d9974502fcc60 B
13RUN /bin/sh -c set -eux;2.82 MB
14CMD ["python3"]0 B
15WORKDIR /0 B
16COPY requirements.txt ./ # buildkit19.18 KB
17RUN /bin/sh -c pip3 install16.61 MB
18COPY test-requirements.txt ./ # buildkit3.94 KB
19RUN /bin/sh -c pip3 install62.45 KB
20COPY productpage.py /opt/microservices/ # buildkit4.88 KB
21COPY tests/unit/* /opt/microservices/ # buildkit1.14 KB
22COPY templates /opt/microservices/templates # buildkit3.73 KB
23COPY static /opt/microservices/static # buildkit136.48 KB
24COPY requirements.txt /opt/microservices/ # buildkit19.25 KB
25ARG flood_factor0 B
26ENV FLOOD_FACTOR=00 B
27EXPOSE map[9080/tcp:{}]0 B
28WORKDIR /opt/microservices32 B
29RUN |1 flood_factor= /bin/sh -c386.74 KB
30CMD ["gunicorn" "-b" "[::]:9080" "productpage:app"0 B
31USER 10000 B

Command

ADD file:ef6f078c1e72fcfafb9bfeeff0c1c771219dc2efe34650963106f63d32183b49 in /