blt-coder (sha256:5299081cb2f567b86bff25cf48870312c77bb681d54bfa99b1192e863331a345)
Published 2026-02-03 09:48:58 +00:00 by zachhandley
Installation
docker pull forge.blackleafdigital.com/blackleafdigital/blt-coder@sha256:5299081cb2f567b86bff25cf48870312c77bb681d54bfa99b1192e863331a345sha256:5299081cb2f567b86bff25cf48870312c77bb681d54bfa99b1192e863331a345Image layers
| # debian.sh --arch 'arm64' 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 |