Commit Graph
3 Commits
Author SHA1 Message Date
mhoennigandClaude Fable 5.1 89430952f1 docs(prs): name werkdock 0.2.0 as the prerequisite
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
2026-09-06 13:39:44 +02:00
mhoennigandClaude Fable 5.1 ec07269cca docs(prs): refer to werkdock's change, not its branch
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
2026-09-05 23:29:55 +02:00
mhoennigandClaude Fable 5.1 b8600bb556 werkdock: import the rootfs archive, fall back to load -i on an older werkdock
Werkdock's docker-compat branch names the verb for rootfs archives
'import' (docker import semantics) and keeps 'load -i --name' only as
a compatibility path. Werkator now runs 'werkdock import ARCHIVE IMAGE'
and falls back to 'load -i --name' on exactly the unknown-verb
signature (exit 125, 'unknown command' on stderr), so Werkator and
werkdock can be updated in either order. Any other import failure
propagates as before. The image name stays untagged: it equals
werkator-buildenv-<hash>:latest in werkdock's naming, and the existing
store needs no re-import. PR-doc under docs/prs/ with the PR#000
placeholder.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
2026-09-05 22:49:46 +02:00