sha256:1a83e38b7c4358e13245d5de9e5a755b0218aed77ffb7ec119e4b7e331a7830e
OS/ARCH
Compressed size
51.38 MB
Last pushed
11 months by funnyzak
Type
Image
Manifest digest
sha256:dbb04563fcb18b86b7a771283eb56c4cd553ba333242ce7292102b4271fb15fd
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 B3RUN /bin/sh -c set -eux;4.05 MB4ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B5ENV PYTHON_VERSION=3.13.80 B6ENV PYTHON_SHA256=b9910730526b298299b46b35595ced9055722df60c06ad6301f6a4e2c728a2520 B7RUN /bin/sh -c set -eux;11.19 MB8RUN /bin/sh -c set -eux;250 B9CMD ["python3"]0 B10LABEL org.label-schema.name=weread-bot org.label-schema.description=An intelligent WeChat0 B11WORKDIR /app93 B12COPY /app/weread-bot.py /app/weread-bot.py # buildkit26.52 KB13COPY /app/requirements.txt /app/requirements.txt # buildkit202 B14COPY /app/VERSION /app/VERSION # buildkit141 B15RUN /bin/sh -c pip install7.72 MB16ENTRYPOINT ["python" "weread-bot.py"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1759104000'