sha256:fdb9abc3c133d46c0db6d8cb87c1bb69eb3aa0e42ab2eb915d6abf04c3155728
OS/ARCH
linux/amd64
Compressed size
54.33 MB
Last pushed
over 1 year by jupyterhubbot
Type
Image
Manifest digest
sha256:fdb9abc3c133d46c0db6d8cb87c1bb69eb3aa0e42ab2eb915d6abf04c3155728
Image Layers
1# debian.sh --arch 'amd64' out/28.85 MB2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B3ENV LANG=C.UTF-80 B4RUN /bin/sh -c set -eux;850.83 KB5ENV GPG_KEY=E3FF2839C048B25C084DEBE9B26995E3102505680 B6ENV PYTHON_VERSION=3.9.210 B7ENV PYTHON_SHA256=3126f59592c9b0d798584755f2bf7b081fa1ca35ce7a6fea980108d752a05bb10 B8RUN /bin/sh -c set -eux;13.48 MB9RUN /bin/sh -c set -eux;250 B10CMD ["python3"]0 B11ENV PYTHONUNBUFFERED=10 B12RUN /bin/sh -c apt-get -y32 B13COPY requirements.txt /tmp/requirements.txt # buildkit712 B14ARG PIP_CACHE_DIR=/tmp/pip-cache0 B15RUN |1 PIP_CACHE_DIR=/tmp/pip-cache /bin/sh -c11.14 MB16COPY /tini /tini # buildkit9.24 KB17WORKDIR /srv32 B18COPY . . # buildkit27.02 KB19ENTRYPOINT ["/tini" "--"]0 B20CMD ["python" "/srv/run.py"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bullseye' '@1740355200'