sha256:b91f66469960654765ffb4e62382917e5814813b767afd5d3a17c6e490db84ca
OS/ARCH
linux/amd64
Compressed size
229.88 MB
Last pushed
about 1 month by funops
Type
Image
Manifest digest
sha256:b91f66469960654765ffb4e62382917e5814813b767afd5d3a17c6e490db84ca
Image Layers
1# debian.sh --arch 'amd64' out/28.85 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.03 MB5ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B6ENV PYTHON_VERSION=3.10.180 B7ENV PYTHON_SHA256=ae665bc678abd9ab6a6e1573d2481625a53719bc517e9a634ed2b9fefae3817f0 B8RUN /bin/sh -c set -eux;14.16 MB9RUN /bin/sh -c set -eux;250 B10CMD ["python3"]0 B11RUN /bin/sh -c python -m5.97 MB12RUN /bin/sh -c apt-get update14.75 MB13ENV PYTHONUNBUFFERED=10 B14RUN /bin/sh -c apt-get update24.71 MB15COPY ./docker/files/usr/local/bin/entrypoint /usr/local/bin/entrypoint # buildkit803 B16RUN /bin/sh -c chmod g=u489 B17COPY /install /usr/local # buildkit131.04 MB18COPY ./src/backend /app/ # buildkit4.42 MB19WORKDIR /app32 B20ENTRYPOINT ["/usr/local/bin/entrypoint"]0 B21ARG JOANIE_STATIC_ROOT=/data/static0 B22RUN |1 JOANIE_STATIC_ROOT=/data/static /bin/sh -c169 B23COPY docker/files/usr/local/etc/gunicorn/joanie.py /usr/local/etc/gunicorn/joanie.py # buildkit401 B24ARG DOCKER_USER0 B25USER 0 B26COPY /data/static /data/static # buildkit4.93 MB27COPY /mail/backend/joanie/core/templates/mail /app/joanie/core/templates/mail # buildkit8.45 KB28CMD ["/bin/sh" "-c" "gunicorn -c0 BCommand
# debian.sh --arch 'amd64' out/ 'bullseye' '@1753056000'