sha256:7e521cfe7feaa359463a17fac46e9912a61aecf2524025a3abfdaa7de07eebd4
OS/ARCH
linux/amd64
Compressed size
57.36 MB
Last pushed
11 days by teeks99
Type
Image
Manifest digest
sha256:7098b43e337a05eb5d2606d8734a3d9ea46bf5f84483d64dfc5c57eaff26403c
Image Layers
1# debian.sh --arch 'amd64' out/28.41 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;4.07 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 B11RUN /bin/sh -c groupadd -r1.08 KB12WORKDIR /app93 B13COPY requirements.txt . # buildkit587 B14RUN /bin/sh -c pip install11.09 MB15COPY . . # buildkit6.74 KB16RUN /bin/sh -c chown -R7.16 KB17USER appuser0 B18EXPOSE [8000/tcp]0 B19CMD ["uvicorn" "app.main:app" "--host" "0.0.0.0"0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1787529600'