sha256:06e46b68c98ff9a5163c662071024e510cdbc8deda8a61420026f7c5abf8efd3
OS/ARCH
linux/amd64
Compressed size
223.75 MB
Last pushed
5 months by rilusmahmud
Type
Image
Manifest digest
sha256:06e46b68c98ff9a5163c662071024e510cdbc8deda8a61420026f7c5abf8efd3
Image Layers
1# debian.sh --arch 'amd64' out/26.93 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;3.35 MB5ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B6ENV PYTHON_VERSION=3.12.120 B7ENV PYTHON_SHA256=fb85a13414b028c49ba18bbd523c2d055a30b56b18b92ce454ea2c51edc656c40 B8RUN /bin/sh -c set -eux;13.03 MB9RUN /bin/sh -c set -eux;249 B10CMD ["python3"]0 B11WORKDIR /app93 B12RUN /bin/sh -c apt-get update81.08 MB13COPY requirements.txt . # buildkit444 B14RUN /bin/sh -c pip install99.05 MB15COPY app/ app/ # buildkit112.79 KB16COPY scripts/ scripts/ # buildkit25.58 KB17COPY tests/ tests/ # buildkit5.81 KB18COPY db/ db/ # buildkit6.89 KB19RUN /bin/sh -c chmod +x2.35 KB20RUN /bin/sh -c mkdir -p127 B21RUN /bin/sh -c adduser --disabled-password3.28 KB22RUN /bin/sh -c chown -R151.67 KB23USER appuser0 B24EXPOSE map[8101/tcp:{}]0 B25CMD ["./scripts/start.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1771804800'