sha256:09a8dd448c702d767d683a4455b308318b9cb4ebbba0a74b69b778cf133fef5e
OS/ARCH
linux/amd64
Compressed size
178.12 MB
Last pushed
10 months by rash07
Type
Image
Manifest digest
sha256:e4896eb3d5b9c74897db06acddd8a687ec6723829c3c1e77b6b43e68d3544e76
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.140 B7ENV PYTHON_SHA256=8d3ed8ec5c88c1c95f5e558612a725450d2452813ddad5e58fdb1a53b1209b780 B8RUN /bin/sh -c set -eux;13.69 MB9RUN /bin/sh -c set -eux;249 B10CMD ["python3"]0 B11RUN /bin/sh -c apt-get update115.03 MB12RUN /bin/sh -c wget https://www.openssl.org/source/openssl-1.1.1u.tar.gz4.22 MB13RUN /bin/sh -c wget https://www.openssl.org/source/openssl-3.3.1.tar.gz6.78 MB14RUN /bin/sh -c echo "/usr/local/openssl111/lib"4.06 KB15RUN /bin/sh -c /usr/local/bin/openssl3 version32 B16COPY requirements.txt /app/requirements.txt # buildkit171 B17RUN /bin/sh -c pip install8.75 MB18COPY app /app # buildkit1.17 KB19WORKDIR /app32 B20EXPOSE [8000/tcp]0 B21CMD ["uvicorn" "main:app" "--host" "0.0.0.0"0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1760918400'