sha256:891c251f9aebbf3097e63d5b450d52ea09a7282e8548d818ab7bbc93fbbc5900
OS/ARCH
linux/amd64
Compressed size
231.43 MB
Last pushed
13 days by funops
Type
Image
Manifest digest
sha256:891c251f9aebbf3097e63d5b450d52ea09a7282e8548d818ab7bbc93fbbc5900
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=u490 B17COPY /install /usr/local # buildkit132.57 MB18COPY ./src/backend /app/ # buildkit4.43 MB19WORKDIR /app32 B20ENTRYPOINT ["/usr/local/bin/entrypoint"]0 B21ARG JOANIE_STATIC_ROOT=/data/static0 B22RUN |1 JOANIE_STATIC_ROOT=/data/static /bin/sh -c173 B23COPY docker/files/usr/local/etc/gunicorn/joanie.py /usr/local/etc/gunicorn/joanie.py # buildkit404 B24ARG DOCKER_USER0 B25USER 0 B26COPY /data/static /data/static # buildkit4.93 MB27COPY /mail/backend/joanie/core/templates/mail /app/joanie/core/templates/mail # buildkit10.17 KB28CMD ["/bin/sh" "-c" "gunicorn -c0 BCommand
# debian.sh --arch 'amd64' out/ 'bullseye' '@1753056000'