KNELPDF v1: pandoc 3.11 + texlive xetex/luatex on pinned bookworm

Fleet document-generation image. DejaVu/Noto fonts for unicode +
box-drawing. Remote push + cross-links queued (gitea incident #937).
This commit is contained in:
TSYS Group COO
2026-09-07 16:33:54 -05:00
commit e4887f7609
4 changed files with 85 additions and 0 deletions
Executable
+6
View File
@@ -0,0 +1,6 @@
#!/bin/sh
# Build the KNELPDF image. Usage: ./build.sh [tag] (default tag: v1)
set -eu
TAG="${1:-v1}"
docker build -t "knelpdf:${TAG}" .
echo "built knelpdf:${TAG}"