Sign inSign up

istio/examples-helloworld-v1:1.0

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

sha256:328b237e4fb1b551dddbc6b4920ec6d0c0d1e7a6f18861398ac54f9df3d466f8

OS/ARCH

Compressed size

63.06 MB

Last pushed

over 2 years by howardjohn

Type

Image

Manifest digest

sha256:174e29273de7108e3ef0e0370f7482989e65562a1082512a727a54784e8c98ce

Image Layers

1ADD file ... in / 27.8 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.35 MB
6ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B
7ENV PYTHON_VERSION=3.12.10 B
8RUN /bin/sh -c set -eux;11.41 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 /opt/microservices121 B
16COPY app.py ./ # buildkit824 B
17COPY requirements.txt ./ # buildkit223 B
18RUN /bin/sh -c pip install16.19 MB
19RUN /bin/sh -c apt-get update1.48 MB
20EXPOSE map[5000/tcp:{}]0 B
21ARG service_version0 B
22ENV SERVICE_VERSION=v10 B
23CMD ["gunicorn" "-b" "[::]:5000" "app:app"0 B

Command

ADD file:af0f4e41d68b67ca88a1ce6297326159e18e27670d7bfc0bf5804a4e2b268cc8 in /