sha256:07bc691ecc2b1de3d7a42e3b9721975f7000f0b6555c7a9a424cd9810d642769
OS/ARCH
linux/amd64
Compressed size
57.52 MB
Last pushed
over 1 year by jupyterhubbot
Type
Image
Manifest digest
sha256:07bc691ecc2b1de3d7a42e3b9721975f7000f0b6555c7a9a424cd9810d642769
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B3RUN /bin/sh -c set -eux;3.35 MB4ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B5ENV PYTHON_VERSION=3.13.50 B6ENV PYTHON_SHA256=93e583f243454e6e9e4588ca2c2662206ad961659863277afcdb96801647d6400 B7RUN /bin/sh -c set -eux;12 MB8RUN /bin/sh -c set -eux;251 B9CMD ["python3"]0 B10ENV PYTHONUNBUFFERED=10 B11RUN /bin/sh -c apt-get -y736.98 KB12COPY requirements.txt /tmp/requirements.txt # buildkit776 B13ARG PIP_CACHE_DIR=/tmp/pip-cache0 B14RUN |1 PIP_CACHE_DIR=/tmp/pip-cache /bin/sh -c14.49 MB15COPY /tini /tini # buildkit9.24 KB16WORKDIR /srv32 B17COPY . . # buildkit27.16 KB18ENTRYPOINT ["/tini" "--"]0 B19CMD ["python" "/srv/run.py"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1749513600'