blt-coder (sha256:3ebce25fc3bc5e2de6956927aeafc244bcf05cc3f4e000e036d74cf8a2111525)
Published 2026-02-06 02:19:33 +00:00 by zachhandley
Installation
docker pull forge.blackleafdigital.com/blackleafdigital/blt-coder@sha256:3ebce25fc3bc5e2de6956927aeafc244bcf05cc3f4e000e036d74cf8a2111525sha256:3ebce25fc3bc5e2de6956927aeafc244bcf05cc3f4e000e036d74cf8a2111525Image 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 |