blt-coder (sha256:7bf88ae85722899132648056e68e571ec21c775f7f2d0f59d004ee666c50b5b1)
Published 2025-11-30 08:03:11 +00:00 by zachhandley
Installation
docker pull forge.blackleafdigital.com/blackleafdigital/blt-coder@sha256:7bf88ae85722899132648056e68e571ec21c775f7f2d0f59d004ee666c50b5b1sha256:7bf88ae85722899132648056e68e571ec21c775f7f2d0f59d004ee666c50b5b1Image layers
| # debian.sh --arch 'arm64' 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 |