typst-ci (latest)

Published 2026-07-04 23:09:29 +00:00 by grigorevde in csit/typst-ci

Installation

docker pull git.csit.sgu.ru/csit/typst-ci:latest
sha256:4d8cb9689d286995b5ebf51e0278ad214b338e12a6860970b7603da01355ff29

About this package

Minimal image

Image layers

LABEL org.opencontainers.image.authors=Alexey Shabalin <shaba@altlinux.org>,Nadezhda Fedorova <fedor@altlinux.org> org.opencontainers.image.licenses=ALT-Container or GPLv3 org.opencontainers.image.title=alt org.opencontainers.image.description=Minimal image org.opencontainers.image.vendor=ALT Linux Team
ADD alt-p11-x86_64.tar.xz / # buildkit
RUN /bin/sh -c true > /etc/security/limits.d/50-defaults.conf # buildkit
CMD ["/bin/bash"]
RUN /bin/sh -c apt-get update && apt-get install -y ca-certificates curl git-core jq xz && curl -fsSL https://github.com/typst/typst/releases/latest/download/typst-x86_64-unknown-linux-musl.tar.xz -o /tmp/typst.tar.xz && tar -xJf /tmp/typst.tar.xz -C /tmp && install -m 0755 /tmp/typst-x86_64-unknown-linux-musl/typst /usr/local/bin/typst && rm -rf /tmp/typst.tar.xz /tmp/typst-x86_64-unknown-linux-musl # buildkit
RUN /bin/sh -c apt-get install -y node npm # buildkit
RUN /bin/sh -c typst --version # buildkit

Labels

Key Value
org.opencontainers.image.authors Alexey Shabalin <shaba@altlinux.org>,Nadezhda Fedorova <fedor@altlinux.org>
org.opencontainers.image.description Minimal image
org.opencontainers.image.licenses ALT-Container or GPLv3
org.opencontainers.image.title alt
org.opencontainers.image.vendor ALT Linux Team
Details
Container
2026-07-04 23:09:29 +00:00
2
OCI / Docker
linux/amd64
Alexey Shabalin <shaba@altlinux.org>,Nadezhda Fedorova <fedor@altlinux.org>
ALT-Container or GPLv3
402 MiB
Versions (2) View all
latest 2026-07-04
0.2 2026-07-04