Keep repository guard compatibility while migrating remaining Python callers #304
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/validator-guard-compatibility"
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?
Validator v10 removed Python while active Ory, n8n, Zot and seanfarm repository guards still invoke it. Restore the interpreter temporarily in v11 while retaining the native selector, batched YAML parsing, exact fetch and short repository lock. The validator itself no longer uses Python.
Validation: selector/cache/validation behavior checks and image lint pass; the final image checks interpreter availability. Remove this compatibility runtime only after active guard callers are migrated and verified. Upstream Python requirements remain supported.