mirror of
https://github.com/quay/quay.git
synced 2026-01-26 06:21:37 +03:00
* feat: Add FEATURE_SPARSE_INDEX config for sparse manifest index support When enabled, manifests in an index that cannot be loaded will be skipped if their architecture is not in the SPARSE_INDEX_REQUIRED_ARCHS list. This allows for sparse manifest indexes where not all architectures are required to be present. New config options: - FEATURE_SPARSE_INDEX: Enable sparse manifest index support (default: False) - SPARSE_INDEX_REQUIRED_ARCHS: List of architectures that must be present 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>