Files
TSYS Group COO e4887f7609 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).
2026-09-07 16:33:54 -05:00

7 lines
167 B
Bash
Executable File

#!/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}"