Sign inSign up

istio/examples-bookinfo-productpage-v1:1.17.0

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

sha256:6668bcf42ef0afb89d0ccd378905c761eab0f06919e74e178852b58b4bbb29c5

OS/ARCH

Compressed size

64.39 MB

Last pushed

about 4 years by howardjohn

Type

Image

Manifest digest

sha256:fcaeb95d6cd501dc747175b4afbf749893cfc18ba19c63b7a06d4d0aca51d5f1

Image Layers

1ADD file ... in / 25.84 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
5/bin/sh -c apt-get update &&2.62 MB
6ENV GPG_KEY=0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D0 B
7ENV PYTHON_VERSION=3.7.70 B
8/bin/sh -c set -ex &&19.4 MB
9/bin/sh -c cd /usr/local/bin &&232 B
10ENV PYTHON_PIP_VERSION=20.1.10 B
11ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/eff16c878c7fd6b688b9b4c4267695cf1a0bf01b/get-pip.py0 B
12ENV PYTHON_GET_PIP_SHA256=b3153ec0cf7b7bbf9556932aa37e4981c35dc2a2c501d70d91d2795aa532be790 B
13/bin/sh -c set -ex; savedAptMark="$(apt-mark2.12 MB
14CMD ["python3"]0 B
15WORKDIR /0 B
16COPY requirements.txt ./ # buildkit442 B
17RUN /bin/sh -c pip3 install13.9 MB
18COPY test-requirements.txt ./ # buildkit140 B
19RUN /bin/sh -c pip3 install29.7 KB
20COPY productpage.py /opt/microservices/ # buildkit5.17 KB
21COPY tests/unit/* /opt/microservices/ # buildkit1.1 KB
22COPY templates /opt/microservices/templates # buildkit2.01 KB
23COPY static /opt/microservices/static # buildkit290.4 KB
24COPY requirements.txt /opt/microservices/ # buildkit506 B
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 -c184.57 KB
30CMD ["python" "productpage.py" "9080"]0 B

Command

ADD file:4d35f6c8bbbe6801cc5f44989730fb6d349a644ecb36eca481e7df25842d6321 in /