blt-coder (sha256:9b32b3265623edd1feb2ba184d40e91b6de8742f26e0bc9190d051e761b0fba2)
Published 2025-11-30 07:53:20 +00:00 by zachhandley
Installation
docker pull forge.blackleafdigital.com/blackleafdigital/blt-coder@sha256:9b32b3265623edd1feb2ba184d40e91b6de8742f26e0bc9190d051e761b0fba2sha256:9b32b3265623edd1feb2ba184d40e91b6de8742f26e0bc9190d051e761b0fba2Image 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 |