sha256:1352549db27d53ba3ec5cb87e92cb592aa4ba8e36bd2a53e3f4f60b82ab3636d
OS/ARCH
Compressed size
146.19 MB
Last pushed
15 days by selfhostedpro
Type
Image
Manifest digest
sha256:33dbb4b4adccbfabbe1e8f2511718044d10757319666b704976b8d4adf7d668e
Image Layers
1# debian.sh --arch 'arm64' out/28.76 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.39 MB5ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B6ENV PYTHON_VERSION=3.11.160 B7ENV PYTHON_SHA256=91bcdebfdde239a003ae93738a7fce0f9230fee5c4bc2b86f6e6e8c6f98aabe80 B8RUN /bin/sh -c set -eux;13.74 MB9RUN /bin/sh -c set -eux;251 B10CMD ["python3"]0 B11ENV PYTHONIOENCODING=UTF-80 B12ENV THEME=Default0 B13ENV PYTHONPATH=/api0 B14WORKDIR /api93 B15COPY ./backend/requirements.txt ./ # buildkit771 B16RUN /bin/sh -c apt-get update4.48 MB17COPY /wheels /wheels # buildkit36.82 MB18RUN /bin/sh -c pip3 install53.25 MB19RUN /bin/sh -c groupadd -r1.08 KB20COPY ./backend/ /api/ # buildkit33.55 KB21COPY ./nginx.conf /etc/nginx/nginx.conf # buildkit1.05 KB22COPY ./docker/start.sh /usr/local/bin/start.sh # buildkit579 B23COPY /app/dist /app # buildkit2.35 MB24RUN /bin/sh -c chmod +x2.36 MB25VOLUME [/config]0 B26EXPOSE [8000/tcp]0 B27CMD ["/usr/local/bin/start.sh"]0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1787529600'