blt-coder (sha256:73f5ea0d15f2e95955e57d6960c61484745d561747ad7ff79ac1c201637d53a7)
Published 2026-02-02 23:51:32 +00:00 by zachhandley
Installation
docker pull forge.blackleafdigital.com/blackleafdigital/blt-coder@sha256:73f5ea0d15f2e95955e57d6960c61484745d561747ad7ff79ac1c201637d53a7sha256:73f5ea0d15f2e95955e57d6960c61484745d561747ad7ff79ac1c201637d53a7Image layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1768176000' |
| 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 |