sha256:956a5d923dd43eb8d8f776ab7c64be5e4b32c50ecb21528c7dfc6359f2ff487a
OS/ARCH
linux/amd64
Compressed size
75.48 MB
Last pushed
5 months by davidbgk
Type
Image
Manifest digest
sha256:f2a0902f9f3c1d5b8f5fa187c57c586a7c563874045c09c7c52b173563c18831
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 B3RUN /bin/sh -c set -eux;4.06 MB4ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B5ENV PYTHON_VERSION=3.13.130 B6ENV PYTHON_SHA256=2ab91ff401783ccca64f75d10c882e957bdfd60e2bf5a72f8421793729b78a710 B7RUN /bin/sh -c set -eux;11.28 MB8RUN /bin/sh -c set -eux;250 B9CMD ["python3"]0 B10RUN /bin/sh -c export DEBIAN_FRONTEND=noninteractive17.27 MB11RUN /bin/sh -c addgroup --uid661 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 ./static165 B19RUN /bin/sh -c pip install1.04 MB20COPY --chown=styloexport:styloexport Makefile setup.* .1.69 KB21COPY --chown=styloexport:styloexport styloexport ./styloexport #237.83 KB22COPY --chown=styloexport:styloexport templates ./templates #640.38 KB23COPY --chown=styloexport:styloexport styles ./styles #368.65 KB24COPY --chown=pandocapi:pandocapi README.md ./README.md #2.74 KB25COPY --chown=pandocapi:pandocapi pyproject.toml ./pyproject.toml #939 B26RUN /bin/sh -c make install8.7 MB27COPY --chown=styloexport:styloexport .envdocker ./.env #232 B28EXPOSE [8001/tcp]0 B29CMD ["make" "production"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1775433600'