Sign inSign up

harriedekorte/python-source-template:latest

Multi-platform
Index digest

sha256:80ac53be2d7a16430a972282edff7283dcd39235a2f8cdff13b600e8591354a8

OS/ARCH

Compressed size

211.99 MB

Last pushed

7 months by harriedekorte

Type

Image

Manifest digest

sha256:63b0659cdf938c26bafcbf1638e8f848896fe602a7db2dc06f415c38588fdd32

Image Layers

1# debian.sh --arch 'arm64' out/28.74 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;1.21 MB
5ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B
6ENV PYTHON_VERSION=3.12.120 B
7ENV PYTHON_SHA256=fb85a13414b028c49ba18bbd523c2d055a30b56b18b92ce454ea2c51edc656c40 B
8RUN /bin/sh -c set -eux;11.48 MB
9RUN /bin/sh -c set -eux;251 B
10CMD ["python3"]0 B
11RUN /bin/sh -c apt-get update98.84 MB
12RUN /bin/sh -c python -m56.43 MB
13RUN /bin/sh -c groupadd --gid3.24 KB
14WORKDIR /home/worker32 B
15ENV POETRY_NO_INTERACTION=1 POETRY_VIRTUALENVS_IN_PROJECT=1 POETRY_VIRTUALENVS_CREATE=0 POETRY_CACHE_DIR=/tmp/poetry_cache0 B
16COPY pyproject.toml poetry.lock poetry.toml ./40.18 KB
17RUN /bin/sh -c poetry install15.25 MB
18COPY --chown=worker:worker src src #754 B
19USER worker0 B
20CMD ["python" "src/main.py"]0 B

Command

# debian.sh --arch 'arm64' out/ 'trixie' '@1769990400'