rusian/live-stream-generator:61381717413857a4d4db6fe71b946867be839501

Multi-platform
Index digest

sha256:106eefee107eabca3b2df6ad830df8add8589e7721423d9d24827b7d4951f7f0

OS/ARCH

Compressed size

102.68 MB

Last pushed

3 months by rusian

Type

Image

Manifest digest

sha256:dd3c07f9c65b23e7b0d44cb218d14026d5936d7632c2fef1d110be9e9d9a9c1a

Image Layers

1# debian.sh --arch 'amd64' out/26.93 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.35 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.2 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 # buildkit26.66 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.36 KB
19COPY --chown=appuser:appuser run.py ./run.py #785 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.21 MB
28RUN /bin/sh -c pip install1.81 MB
29USER appuser0 B
30ENV FLASK_ENV=development FLASK_DEBUG=10 B
31EXPOSE [5001/tcp]0 B

Command

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