sha256:606c8c26fdd2db0ea318053a406e4587137ee088950728c58ff3deda5e951e34
OS/ARCH
linux/amd64
Compressed size
152.22 MB
Last pushed
over 1 year by zhu0823
Type
Image
Manifest digest
sha256:bcf08044b1e9e63dbdf3c6e7d459eefb56c5d2a1c8a34955df94731b0b6c928b
Image Layers
1# debian.sh --arch 'amd64' out/26.9 MB2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B3RUN /bin/sh -c set -eux;3.35 MB4ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B5ENV PYTHON_VERSION=3.13.20 B6ENV PYTHON_SHA256=d984bcc57cd67caab26f7def42e523b1c015bbc5dc07836cf4f0b63fa159eb560 B7RUN /bin/sh -c set -eux;12 MB8RUN /bin/sh -c set -eux;249 B9CMD ["python3"]0 B10WORKDIR /app93 B11ENV PYTHONUNBUFFERED=1 PYTHONDONTWRITEBYTECODE=1 TZ=Asia/Shanghai0 B12RUN /bin/sh -c apt-get update87.45 MB13RUN /bin/sh -c pip install5.52 MB14COPY requirements.txt . # buildkit345 B15RUN /bin/sh -c pip install16.83 MB16COPY . . # buildkit175.67 KB17COPY config.yaml.example /app/config/config.yaml # buildkit661 B18COPY entrypoint.sh /app/entrypoint.sh # buildkit32 B19RUN /bin/sh -c chmod +x373 B20VOLUME [/app/config /app/logs]0 B21EXPOSE map[6978/tcp:{}]0 B22ENTRYPOINT ["/app/entrypoint.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1742169600'