Sign inSign up

danbu/demoscale:demoscale-bundle-task-1.2.7

Multi-platform
Index digest

sha256:b652a0bcd381029e84795e77d1f87917ae4086327b8f76709fc1dd7f6ac89de4

OS/ARCH

Compressed size

44.03 MB

Last pushed

about 2 months by danbu

Type

Image

Manifest digest

sha256:e0afecb7fc30cc50b098fe4afe2c0ef0a64227509f3c4d58bebd35df274b8277

Image Layers

1# debian.sh --arch 'amd64' out/26.92 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.36 MB
5ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B
6ENV PYTHON_VERSION=3.12.130 B
7ENV PYTHON_SHA256=c08bc65a81971c1dd5783182826503369466c7e67374d1646519adf05207b6840 B
8RUN /bin/sh -c set -eux;13.04 MB
9RUN /bin/sh -c set -eux;249 B
10CMD ["python3"]0 B
11ENV PYTHONDONTWRITEBYTECODE=1 PYTHONUNBUFFERED=10 B
12WORKDIR /app89 B
13COPY requirements.txt . # buildkit159 B
14RUN /bin/sh -c pip install723.31 KB
15COPY bundle/app.py . # buildkit1.53 KB
16USER 10001:100010 B
17CMD ["python" "app.py"]0 B

Command

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