sha256:ce69fa05776f0ac0f4b11d3443b69c1c31e40ea4e7aaaddb2b082ba15a6fee04
OS/ARCH
Compressed size
78.37 MB
Last pushed
12 months by lecaanis
Type
Image
Manifest digest
sha256:92839e501317aa38ebdf35068275c03a47bba082952d94cbb2f660920fc5ba70
Image Layers
1# debian.sh --arch 'arm64' out/28.74 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.21 MB5ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B6ENV PYTHON_VERSION=3.10.180 B7ENV PYTHON_SHA256=ae665bc678abd9ab6a6e1573d2481625a53719bc517e9a634ed2b9fefae3817f0 B8RUN /bin/sh -c set -eux;13.4 MB9RUN /bin/sh -c set -eux;249 B10CMD ["python3"]0 B11ENV PYTHONUNBUFFERED=True0 B12ENV APP_HOME=/app0 B13WORKDIR /app93 B14COPY . ./ # buildkit1.97 KB15COPY requirements.txt requirements.txt # buildkit32 B16RUN /bin/sh -c pip install5 MB17RUN /bin/sh -c pip install30.03 MB18CMD ["/bin/sh" "-c" "exec gunicorn0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1757289600'