sha256:fd3d7dcc13fa0c6fe87963d1808e653ebb9a3e5e5b2dd180be7606e09a625f0c
OS/ARCH
linux/amd64
Compressed size
60.61 MB
Last pushed
5 months by khnukoshovyimaksym
Type
Image
Manifest digest
sha256:fd3d7dcc13fa0c6fe87963d1808e653ebb9a3e5e5b2dd180be7606e09a625f0c
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.40 B5ENV PYTHON_SHA256=d923c51303e38e249136fc1bdf3568d56ecb03214efdef48516176d3d7faaef80 B6RUN /bin/sh -c set -eux;11.7 MB7RUN /bin/sh -c set -eux;249 B8CMD ["python3"]0 B9WORKDIR /app93 B10COPY config.py /app/ # buildkit477 B11COPY alembic.ini /app/ # buildkit2.18 KB12COPY alembic/ /app/alembic/ # buildkit1.95 KB13COPY src/db/entities.py /app/src/db/entities.py # buildkit433 B14RUN /bin/sh -c pip install19.26 MB15RUN /bin/sh -c mkdir -p32 B16CMD ["alembic" "upgrade" "head"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1776729600'