blt-coder (sha256:9b7f6cd0809a461df83740527c748cc6ae5f4dd53c7a29f330ec444f9323db7c)
Published 2026-02-03 06:05:47 +00:00 by zachhandley
Installation
docker pull forge.blackleafdigital.com/blackleafdigital/blt-coder@sha256:9b7f6cd0809a461df83740527c748cc6ae5f4dd53c7a29f330ec444f9323db7csha256:9b7f6cd0809a461df83740527c748cc6ae5f4dd53c7a29f330ec444f9323db7cImage layers
| # debian.sh --arch 'arm64' out/ 'bookworm' '@1769990400' |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates libssl3 && rm -rf /var/lib/apt/lists/* # buildkit |
| ENV SHELL=/bin/bash |
| LABEL org.opencontainers.image.source=https://github.com/BlackLeafTeams/BlackLeafTeams |
| COPY /usr/local/cargo/bin/blt-coder /usr/local/bin/blt-coder # buildkit |
| COPY /app/blackleafcoder/blt-coder.yaml blt-coder.yaml # buildkit |
| ENTRYPOINT ["/usr/local/bin/blt-coder"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.source | https://github.com/BlackLeafTeams/BlackLeafTeams |