sha256:63d4bf48fc734e76f8cf9adfa00fd8ef704fcea75cdb501503a0a05cb8685abf
OS/ARCH
linux/arm64
Compressed size
75.84 MB
Last pushed
5 months by davidbgk
Type
Image
Manifest digest
sha256:7a5faf52fff594748fbf8d176994a6fb6ba17f601700518ff5330117ce145aec
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 B3RUN /bin/sh -c set -eux;4.39 MB4ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B5ENV PYTHON_VERSION=3.13.130 B6ENV PYTHON_SHA256=2ab91ff401783ccca64f75d10c882e957bdfd60e2bf5a72f8421793729b78a710 B7RUN /bin/sh -c set -eux;11.21 MB8RUN /bin/sh -c set -eux;250 B9CMD ["python3"]0 B10RUN /bin/sh -c export DEBIAN_FRONTEND=noninteractive17.15 MB11RUN /bin/sh -c addgroup --uid662 B12RUN /bin/sh -c adduser --disabled-login3.22 KB13USER styloexport:styloexport0 B14WORKDIR /usr/stylo-export129 B15ENV VIRTUAL_ENV=/usr/stylo-export/venv0 B16RUN /bin/sh -c python -m3.5 MB17ENV PATH=/usr/stylo-export/venv/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B18RUN /bin/sh -c mkdir ./static166 B19RUN /bin/sh -c pip install1.04 MB20COPY --chown=styloexport:styloexport Makefile setup.* .1.67 KB21COPY --chown=styloexport:styloexport styloexport ./styloexport #237.81 KB22COPY --chown=styloexport:styloexport templates ./templates #640.45 KB23COPY --chown=styloexport:styloexport styles ./styles #368.65 KB24COPY --chown=pandocapi:pandocapi README.md ./README.md #2.73 KB25COPY --chown=pandocapi:pandocapi pyproject.toml ./pyproject.toml #935 B26RUN /bin/sh -c make install8.58 MB27COPY --chown=styloexport:styloexport .envdocker ./.env #231 B28EXPOSE [8001/tcp]0 B29CMD ["make" "production"]0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1775433600'