blt-coder (sha256:ece818e7f45d5a1852e5ff5f5ebd9f0f2f1a05ce63f9839fd3ec4f02877ff46a)
Published 2026-01-27 20:07:32 +00:00 by zachhandley
Installation
docker pull forge.blackleafdigital.com/blackleafdigital/blt-coder@sha256:ece818e7f45d5a1852e5ff5f5ebd9f0f2f1a05ce63f9839fd3ec4f02877ff46asha256:ece818e7f45d5a1852e5ff5f5ebd9f0f2f1a05ce63f9839fd3ec4f02877ff46aImage layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1768176000' |
| RUN /bin/sh -c apt-get update && apt-get install -y ca-certificates && rm -rf /var/lib/apt/lists/* # 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/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 |