Block a user
titan2 (3358342d)
Published 2026-04-04 16:15:55 +00:00 by mvalls
Installation
docker pull git.valls.dev/mvalls/titan2:3358342dsha256:8032a243621729df47bbb4526671ac95bcdbfbf86a80531a6437db299647d331
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 0294efaf24 | 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"] |