sha256:cf85239e9a6a258d63e4ae528f9490c3753b073132238299736c045fe9f12304
OS/ARCH
Compressed size
134.58 MB
Last pushed
10 months by callmeradical
Type
Image
Manifest digest
sha256:3771c9f50878f6bc5b180b17789058dc3938954bd2acf36559a38b8b8e169143
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.7 MB9RUN /bin/sh -c set -eux;251 B10CMD ["python3"]0 B11RUN /bin/sh -c apt-get update20.77 MB12RUN /bin/sh -c useradd --create-home3.23 KB13WORKDIR /app93 B14COPY backend/requirements.txt ./ # buildkit526 B15RUN /bin/sh -c pip install69.67 MB16COPY backend/ ./backend/ # buildkit45.44 KB17COPY /app/frontend/dist /usr/share/nginx/html/ # buildkit736.96 KB18COPY docker/nginx.conf /etc/nginx/nginx.conf # buildkit939 B19COPY docker/supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit541 B20COPY docker/entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit1.19 KB21RUN /bin/sh -c chmod +x1.18 KB22RUN /bin/sh -c mkdir -p112 B23RUN /bin/sh -c chown -R45.72 KB24EXPOSE [80/tcp 8000/tcp]0 B25HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost/health0 B26USER app0 B27ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]0 B28CMD ["supervisord" "-c" "/etc/supervisor/conf.d/supervisord.conf" "-n"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1763337600'