sha256:5475c8b1d97e68862b956b3934755c14032c3368d7278297f88cb466bd296a25
OS/ARCH
linux/amd64
Compressed size
187.5 MB
Last pushed
10 days by renzof93
Type
Image
Manifest digest
sha256:5475c8b1d97e68862b956b3934755c14032c3368d7278297f88cb466bd296a25
Image Layers
1# debian.sh --arch 'amd64' out/28.4 MB2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B3RUN /bin/sh -c set -eux;1.23 MB4ENV PYTHON_VERSION=3.14.60 B5ENV PYTHON_SHA256=143b1dddefaec3bd2e21e3b839b34a2b7fb9842272883c576420d605e9f30c630 B6RUN /bin/sh -c set -eux;11.76 MB7RUN /bin/sh -c set -eux;248 B8CMD ["python3"]0 B9WORKDIR /usr/src/app133 B10ENV PYTHONDONTWRITEBYTECODE=10 B11ENV PYTHONUNBUFFERED=10 B12RUN /bin/sh -c apt-get update91.08 MB13COPY ./requirements.pip ./requirements.pip # buildkit199 B14RUN /bin/sh -c pip install55.01 MB15COPY ./run.py ./run.py # buildkit1.39 KB16COPY ./entrypoint.sh /entrypoint.sh # buildkit586 B17RUN /bin/sh -c chmod +x587 B18ENTRYPOINT ["/entrypoint.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1783900800'