Sign inSign up

istio/examples-bookinfo-productpage-v1:1.20.3

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

sha256:1e339866b782d22b063539d19c87b4682291c889e67c3d4abdea947bef917958

OS/ARCH

Compressed size

63.36 MB

Last pushed

over 1 year by howardjohn

Type

Image

Manifest digest

sha256:940f540fa74d318a3755fd77506db05d33a84cfbcaac815fd9db84223b8aa0e3

Image Layers

1# debian.sh --arch 'arm64' out/26.77 MB
2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
3RUN /bin/sh -c set -eux;3.18 MB
4ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B
5ENV PYTHON_VERSION=3.13.30 B
6ENV PYTHON_SHA256=40f868bcbdeb8149a3149580bb9bfd407b3321cd48f0be631af955ac92c0e0410 B
7RUN /bin/sh -c set -eux;11.91 MB
8RUN /bin/sh -c set -eux;250 B
9CMD ["python3"]0 B
10WORKDIR /0 B
11COPY requirements.txt ./ # buildkit19.83 KB
12RUN /bin/sh -c pip3 install20.04 MB
13COPY test-requirements.txt ./ # buildkit3.94 KB
14RUN /bin/sh -c pip3 install904.97 KB
15COPY productpage.py /opt/microservices/ # buildkit4.88 KB
16COPY tests/unit/* /opt/microservices/ # buildkit1.14 KB
17COPY templates /opt/microservices/templates # buildkit3.73 KB
18COPY static /opt/microservices/static # buildkit136.48 KB
19COPY requirements.txt /opt/microservices/ # buildkit19.91 KB
20ARG flood_factor0 B
21ENV FLOOD_FACTOR=00 B
22EXPOSE map[9080/tcp:{}]0 B
23WORKDIR /opt/microservices32 B
24RUN |1 flood_factor= /bin/sh -c404.63 KB
25CMD ["gunicorn" "-b" "[::]:9080" "productpage:app"0 B
26USER 10000 B

Command

# debian.sh --arch 'arm64' out/ 'bookworm' '@1743984000'