Block a user
titan2 (4db7f93f)
Published 2026-04-04 12:15:10 +00:00 by mvalls
Installation
docker pull git.valls.dev/mvalls/titan2:4db7f93fsha256:8e989ddd491b1bb8b2f0cdfb829d84fc85eabf7a3f6ea95c4c89e45a431c3e1e
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 7f3b84291d | linux/amd64 | 34 MiB |
Image Layers ( linux/amd64)
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1773619200' |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates libssl3 libfuse3-3 fuse3 && rm -rf /var/lib/apt/lists/* # buildkit |
| COPY /build/target/release/titan2 /usr/local/bin/titan2 # buildkit |
| ENV XDG_CONFIG_HOME=/config |
| ENTRYPOINT ["titan2"] |