sha256:53037f8ee2257b77743aa94b2dcbc17f29c329c20b1d7ad717fd91649fdc1e4d
OS/ARCH
Compressed size
478.44 MB
Last pushed
2 days by apurvsg
Type
Image
Manifest digest
sha256:739ea63624a31ed28f431762273582ce6f7c25d9d2c60cd5e4f3691775473d9a
Image Layers
1# debian.sh --arch 'arm64' out/28.75 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;1.22 MB5ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B6ENV PYTHON_VERSION=3.10.200 B7ENV PYTHON_SHA256=de6517421601e39a9a3bc3e1bc4c7b2f239297423ee05e282598c83ec06475050 B8RUN /bin/sh -c set -eux;13.19 MB9RUN /bin/sh -c set -eux;249 B10CMD ["python3"]0 B11RUN /bin/sh -c DEBIAN_FRONTEND="noninteractive" apt-get105.61 MB12WORKDIR /app93 B13COPY requirements.txt . # buildkit245 B14RUN /bin/sh -c pip install302.58 MB15COPY . . # buildkit27.09 MB16RUN /bin/sh -c chmod +x508 B17EXPOSE [8501/tcp]0 B18ENTRYPOINT ["/app/entrypoint.sh"]0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1783900800'