sha256:8e65c36687ded246bf7b608fc575819b61bbcb6ac31879de82db892cf0a97944
OS/ARCH
Compressed size
225.37 MB
Last pushed
7 months by bansheetech
Type
Image
Manifest digest
sha256:b3da4b0e9e9d65b33fbc12e8bb856ea5b3eef8c03d1d0d90bff760532d4ef109
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 B3ENV LANG=C.UTF-80 B4RUN /bin/sh -c set -eux;1.23 MB5ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B6ENV PYTHON_VERSION=3.11.140 B7ENV PYTHON_SHA256=8d3ed8ec5c88c1c95f5e558612a725450d2452813ddad5e58fdb1a53b1209b780 B8RUN /bin/sh -c set -eux;13.7 MB9RUN /bin/sh -c set -eux;250 B10CMD ["python3"]0 B11ENV PYTHONDONTWRITEBYTECODE=10 B12ENV PYTHONUNBUFFERED=10 B13ENV HOME=/app XDG_CONFIG_HOME=/app XDG_DATA_HOME=/app0 B14RUN /bin/sh -c apt-get update126.6 MB15WORKDIR /app91 B16COPY requirements.txt . # buildkit237 B17RUN /bin/sh -c pip install5.26 MB18RUN /bin/sh -c grep -v3.91 MB19ARG TARGETPLATFORM=linux/amd640 B20RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c26.01 MB21COPY . /app_defaults # buildkit20.26 MB22COPY entrypoint.sh /entrypoint.sh # buildkit382 B23RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c32 B24EXPOSE map[7777/tcp:{}]0 B25ENTRYPOINT ["/entrypoint.sh"]0 B26CMD ["python" "__main__.py"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1771804800'