Fixed
- Multi-arch CPU image build (the v0.3.67 → v0.3.73 saga) finally diagnosed and fixed:
python:3.11-slim-bookwormuses the DEB822 sources format withSigned-By:set, so dropping a second.listfor the samebookwormrepo without a Signed-By directive made apt fail withConflicting values set for option Signed-By. Now edits the existingdebian.sourcesto addnon-freeandnon-free-firmwareto the existingComponents:line instead of adding a parallel sources file. Verified the install end-to-end locally before pushing.
Docker images
Pinned to this release:
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.74 # portable (amd64 + arm64, CPU)
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.74-nvenc # x86_64 + NVIDIA GPU (NVENC)
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.74-edge # as above but ffmpeg master
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.74-edge-nvencFloating tags (:latest, :edge, :nvenc, :edge-nvenc) track the most recent release of each lineage.