sha256:c4cc6b604108b745f96939070f71a87e97f0d9991b8380c5fd7048b310bf8c83
OS/ARCH
linux/amd64
Compressed size
60.77 MB
Last pushed
4 months by khnukoshovyimaksym
Type
Image
Manifest digest
sha256:c4cc6b604108b745f96939070f71a87e97f0d9991b8380c5fd7048b310bf8c83
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;1.23 MB4ENV PYTHON_VERSION=3.14.50 B5ENV PYTHON_SHA256=7e32597b99e5d9a39abed35de4693fa169df3e5850d4c334337ffd6a19a36db60 B6RUN /bin/sh -c set -eux;11.76 MB7RUN /bin/sh -c set -eux;249 B8CMD ["python3"]0 B9WORKDIR /app93 B10COPY config.py /app/ # buildkit396 B11COPY alembic.ini /app/ # buildkit2.18 KB12COPY alembic/ /app/alembic/ # buildkit1.93 KB13COPY src/db/entities.py /app/src/db/entities.py # buildkit409 B14RUN /bin/sh -c pip install19.37 MB15RUN /bin/sh -c mkdir -p32 B16CMD ["alembic" "upgrade" "head"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1779062400'