Sign inSign up

dunglas/mercure-example-chat:latest

Manifest digest

sha256:a2c62f7a2662d46840d0705803f2c2eb5568362572f2f375977e61a75585e76d

OS/ARCH

linux/amd64

Compressed size

358.76 MB

Last pushed

5 months by dunglas

Type

Image

Manifest digest

sha256:a2c62f7a2662d46840d0705803f2c2eb5568362572f2f375977e61a75585e76d

Image Layers

1# debian.sh --arch 'amd64' out/46.24 MB
2RUN /bin/sh -c set -eux;22.9 MB
3RUN /bin/sh -c set -eux;61.41 MB
4RUN /bin/sh -c set -ex;201.54 MB
5ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
6ENV LANG=C.UTF-80 B
7RUN /bin/sh -c set -eux;5.88 MB
8ENV GPG_KEY=E3FF2839C048B25C084DEBE9B26995E3102505680 B
9ENV PYTHON_VERSION=3.9.220 B
10ENV PYTHON_SHA256=8c136d199d3637a1fce98a16adc809c1d83c922d02d41f3614b34f8b6e7d38ec0 B
11RUN /bin/sh -c set -eux;18.93 MB
12RUN /bin/sh -c set -eux;249 B
13CMD ["python3"]0 B
14ENV PYTHONDONTWRITEBYTECODE=10 B
15ENV PYTHONUNBUFFERED=10 B
16LABEL maintainer=Sebastian Ramirez <[email protected]>0 B
17COPY requirements.txt /tmp/requirements.txt # buildkit173 B
18RUN /bin/sh -c pip install571.93 KB
19COPY ./entrypoint.sh /entrypoint.sh # buildkit329 B
20RUN /bin/sh -c chmod +x330 B
21COPY ./start.sh /start.sh # buildkit354 B
22RUN /bin/sh -c chmod +x354 B
23COPY ./gunicorn_conf.py /gunicorn_conf.py # buildkit626 B
24COPY ./app /app # buildkit521 B
25WORKDIR /app/32 B
26ENV PYTHONPATH=/app0 B
27ENTRYPOINT ["/entrypoint.sh"]0 B
28CMD ["/start.sh"]0 B
29WORKDIR /app32 B
30COPY ./requirements.txt /app # buildkit204 B
31RUN /bin/sh -c pip install1.29 MB
32COPY ./main.py . # buildkit1.18 KB
33COPY ./static static # buildkit1.43 KB
34COPY ./templates templates # buildkit1.49 KB

Command

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