sha256:b95c7ebba15b02a42c5380b73ee472e48b0fd670956289d022e499f08eba2666
OS/ARCH
Compressed size
241.67 MB
Last pushed
6 months by bansheetech
Type
Image
Manifest digest
sha256:b08d182f7482e6d3507984d098c2d821d14cc98ab9e4124b8182ad627cdc77e9
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.150 B7ENV PYTHON_SHA256=272179ddd9a2e41a0fc8e42e33dfbdca0b3711aa5abf372d3f2d51543d09b6250 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 /app93 B16COPY requirements.txt . # buildkit247 B17RUN /bin/sh -c pip install5.26 MB18RUN /bin/sh -c grep -v17.56 MB19ARG TARGETPLATFORM=linux/amd640 B20RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c26.01 MB21COPY . /app_defaults # buildkit22.91 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'