blt-coder (sha256:4f23ee97b0a849c784c740a2a89cfa8f4e98f7b7c675d2df8ec762a49a7b8f66)
Published 2025-11-30 08:03:12 +00:00 by zachhandley
Installation
docker pull forge.blackleafdigital.com/blackleafdigital/blt-coder@sha256:4f23ee97b0a849c784c740a2a89cfa8f4e98f7b7c675d2df8ec762a49a7b8f66sha256:4f23ee97b0a849c784c740a2a89cfa8f4e98f7b7c675d2df8ec762a49a7b8f66Image layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1763337600' |
| RUN /bin/sh -c apt-get update && apt-get install -y ca-certificates # buildkit |
| ENV SHELL=/bin/bash |
| LABEL org.opencontainers.image.source=https://github.com/BlackLeafTeams/BlackLeafTeams |
| COPY /usr/src/blt-coder/target/release/blt-coder /usr/local/bin/blt-coder # buildkit |
| COPY /usr/src/blt-coder/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 |