Sign inSign up

istio/examples-bookinfo-productpage-v-flooding:1.18.0

Multi-platform
Security
Integration & delivery
Monitoring & observability
Index digest

sha256:46038df3031e39328390051e5529bc797b62a2ad55a280131ce0443018ece529

OS/ARCH

Compressed size

64.71 MB

Last pushed

over 3 years by howardjohn

Type

Image

Manifest digest

sha256:4e9d082c0c277a576f31f73a4ebe7837fe0d733ac5cca93cafe41c385efdd25a

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 ./ # buildkit445 B
17RUN /bin/sh -c pip3 install14.18 MB
18COPY test-requirements.txt ./ # buildkit141 B
19RUN /bin/sh -c pip3 install29.7 KB
20COPY productpage.py /opt/microservices/ # buildkit5.38 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/ # buildkit508 B
25ARG flood_factor0 B
26ENV FLOOD_FACTOR=1000 B
27EXPOSE map[9080/tcp:{}]0 B
28WORKDIR /opt/microservices32 B
29RUN |1 flood_factor=100 /bin/sh -c232.63 KB
30CMD ["python" "productpage.py" "9080"]0 B
31USER 10000 B

Command

ADD file:4d35f6c8bbbe6801cc5f44989730fb6d349a644ecb36eca481e7df25842d6321 in /