From ec07269cca4f89ea1c0774a4693936aac5edcf7e Mon Sep 17 00:00:00 2001 From: mhoennig Date: Sat, 5 Sep 2026 23:29:55 +0200 Subject: [PATCH] docs(prs): refer to werkdock's change, not its branch Co-Authored-By: Claude Fable 5.1 --- docs/prs/2026-09-05-PR#000-werkdock-import-verb.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/prs/2026-09-05-PR#000-werkdock-import-verb.md b/docs/prs/2026-09-05-PR#000-werkdock-import-verb.md index 2fb0f3b..38af792 100644 --- a/docs/prs/2026-09-05-PR#000-werkdock-import-verb.md +++ b/docs/prs/2026-09-05-PR#000-werkdock-import-verb.md @@ -4,7 +4,7 @@ ## Related Links -- Werkdock `CHANGELOG.md` on its `docker-compat` branch — the release notes this PR adapts to: `import` replaces `load -i --name` for rootfs archives, `load` is reserved for docker/OCI image archives, image names gained docker-style tags. +- Werkdock `CHANGELOG.md` (repository `mi/werkdock`, Unreleased section) — the release notes this PR adapts to: `import` replaces `load -i --name` for rootfs archives, `load` is reserved for docker/OCI image archives, image names gained docker-style tags. - ADR 0008 — the bwrap build runtime; `docs/configuration.md`, notes on `builds..werkdock`. ## The Problem @@ -95,7 +95,7 @@ The fallback is keyed on werkdock's own error signature rather than on a version ## Prerequisite PRs -- Werkdock's `docker-compat` branch (repository `mi/werkdock`), which introduces `import`; without it the fallback path runs. +- The werkdock change that introduces `import` (repository `mi/werkdock`, CHANGELOG Unreleased); against an older werkdock the fallback path runs. ## Follow-up PRs