sha256:7c24d2ab7a5d365c9e404b0d1e25b004ecb089e7b6397471d2518644e9f9a8c1
OS/ARCH
linux/amd64
Compressed size
68.99 MB
Last pushed
about 1 year by sandromarcon
Type
Image
Manifest digest
sha256:7c24d2ab7a5d365c9e404b0d1e25b004ecb089e7b6397471d2518644e9f9a8c1
Image Layers
1# debian.sh --arch 'amd64' out/26.92 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.50 B6ENV PYTHON_SHA256=93e583f243454e6e9e4588ca2c2662206ad961659863277afcdb96801647d6400 B7RUN /bin/sh -c set -eux;12 MB8RUN /bin/sh -c set -eux;250 B9CMD ["python3"]0 B10WORKDIR /app92 B11COPY ./requirements.txt /app/requirements.txt # buildkit215 B12RUN /bin/sh -c pip install26.7 MB13COPY app /app/app # buildkit18.84 KB14COPY ./start.sh /app/start.sh # buildkit370 B15RUN /bin/sh -c chmod +x383 B16ARG LOG_FILE=logs/logs.txt0 B17RUN |1 LOG_FILE=logs/logs.txt /bin/sh -c350 B18RUN |1 LOG_FILE=logs/logs.txt /bin/sh -c93 B19EXPOSE map[8000/tcp:{}]0 B20CMD ["/app/start.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1753056000'