rusian/live-stream-generator:40155883d0b487e257c24a1ff2c0ae77f793fb20

Multi-platform
Index digest

sha256:c90762b49b49a3999d74c741a10385ae71aff066420d77c87531f4ccc316e8d8

OS/ARCH

Compressed size

117.09 MB

Last pushed

about 2 months by rusian

Type

Image

Manifest digest

sha256:f7f8fdb4590f8361882c657eb02d15277ca2b2aa3257e31097b6912399eb1a7d

Image Layers

1# debian.sh --arch 'arm64' out/26.81 MB
2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
3ENV LANG=C.UTF-80 B
4RUN /bin/sh -c set -eux;3.2 MB
5ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B
6ENV PYTHON_VERSION=3.11.150 B
7ENV PYTHON_SHA256=272179ddd9a2e41a0fc8e42e33dfbdca0b3711aa5abf372d3f2d51543d09b6250 B
8RUN /bin/sh -c set -eux;15.14 MB
9RUN /bin/sh -c set -eux;250 B
10CMD ["python3"]0 B
11LABEL maintainer=Live Stream Generator version=1.0.00 B
12ENV PYTHONDONTWRITEBYTECODE=1 PYTHONUNBUFFERED=1 PIP_NO_CACHE_DIR=1 PIP_DISABLE_PIP_VERSION_CHECK=10 B
13RUN /bin/sh -c groupadd --gid3.23 KB
14RUN /bin/sh -c apt-get update1.48 MB
15WORKDIR /app93 B
16COPY /opt/venv /opt/venv # buildkit41.18 MB
17ENV PATH=/opt/venv/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
18COPY --chown=appuser:appuser src/ ./src/ #35.74 KB
19COPY --chown=appuser:appuser run.py ./run.py #786 B
20RUN /bin/sh -c pybabel compile2.06 KB
21USER appuser0 B
22EXPOSE [5000/tcp]0 B
23HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:5000/api/status0 B
24ENTRYPOINT ["python"]0 B
25CMD ["run.py"]0 B
26USER root0 B
27RUN /bin/sh -c apt-get update27.37 MB
28RUN /bin/sh -c pip install1.87 MB
29USER appuser0 B
30ENV FLASK_ENV=development FLASK_DEBUG=10 B
31EXPOSE [5001/tcp]0 B

Command

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