sha256:706043b7668d6dc0118ae4dedbc6e6885f28e4c85291802c3c83d9d1b3de1892
OS/ARCH
linux/amd64
Compressed size
152.22 MB
Last pushed
over 1 year by zhu0823
Type
Image
Manifest digest
sha256:64f6b6b21eebb873601fb1ede9b8ae7dd93d71b80defb12cf7dcd56f6bb4cf52
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.81 KB17COPY config.yaml.example /app/config/config.yaml # buildkit663 B18COPY entrypoint.sh /app/entrypoint.sh # buildkit32 B19RUN /bin/sh -c chmod +x374 B20VOLUME [/app/config /app/logs]0 B21EXPOSE map[6978/tcp:{}]0 B22ENTRYPOINT ["/app/entrypoint.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1742169600'