blt-coder (sha256:5e15e9884c78008aac4f2b7d57a6d713b9424107c10e8683c6c3a55c8c31e729)
Published 2026-02-04 00:46:10 +00:00 by zachhandley
Installation
docker pull forge.blackleafdigital.com/blackleafdigital/blt-coder@sha256:5e15e9884c78008aac4f2b7d57a6d713b9424107c10e8683c6c3a55c8c31e729sha256:5e15e9884c78008aac4f2b7d57a6d713b9424107c10e8683c6c3a55c8c31e729Image layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1769990400' |
| 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 |