sha256:b06f2dbb2375111b8b023ba55f18efd3fa22b6ebd31d1ab0726e4fa16aee9d0a
OS/ARCH
linux/amd64
Compressed size
66.58 MB
Last pushed
6 days by egarciay29
Type
Image
Manifest digest
sha256:b06f2dbb2375111b8b023ba55f18efd3fa22b6ebd31d1ab0726e4fa16aee9d0a
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 B3ENV LANG=C.UTF-80 B4RUN /bin/sh -c set -eux;1.23 MB5ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B6ENV PYTHON_VERSION=3.11.160 B7ENV PYTHON_SHA256=91bcdebfdde239a003ae93738a7fce0f9230fee5c4bc2b86f6e6e8c6f98aabe80 B8RUN /bin/sh -c set -eux;13.78 MB9RUN /bin/sh -c set -eux;249 B10CMD ["python3"]0 B11WORKDIR /srv32 B12COPY requirements.txt . # buildkit250 B13RUN /bin/sh -c pip install22.17 MB14COPY app ./app # buildkit12.76 KB15COPY templates ./templates # buildkit6.96 KB16COPY static ./static # buildkit992 KB17COPY correos ./correos # buildkit4.21 KB18RUN /bin/sh -c useradd --uid1.17 KB19USER 100010 B20EXPOSE [8000/tcp]0 B21CMD ["uvicorn" "app.main:app" "--host" "0.0.0.0"0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1785715200'