Fix native recipe Git contexts across seven projects #155
Loading…
Reference in a new issue
No description provided.
Delete branch "codex/fleet-recipe-compat-20260909"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Native recipe tasks pass checksum-verified Git URL queries, but seven recipes still select Dockerfile 1.7. MinIO fails before compilation because that frontend treats the query as part of the repository URL. Use the digest-pinned Dockerfile 1.18.0 frontend already used by Linux, and reject incompatible native recipe frontends during catalog checks.
Validation: make check passed. The compatibility check failed with the old frontend, passed with the fix, and rejected an isolated MinIO downgrade negative control.
The platform README policy change will follow the runtime change that permits that exact documentation path.
Fix native recipe Git contexts and platform documentation selectionto Fix native recipe Git contexts across seven projects