Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: improve image filter of
ImageList
(#2805)
**Changes:** Updates image filtering logic to support extended image information in version 24.09.1 and later: - Adds support for filtering by tags, version, and digest - Modifies namespace filtering to use direct image namespace when available - Removes installed status filtering - Maintains backward compatibility for pre-24.09.1 filtering capabilities **Checklist:** - [ ] Minimum required manager version: 24.09.1 for extended image information features - [ ] Test cases: - Filter images using new tag key/value pairs - Filter by image version - Filter by digest - Verify namespace filtering works with both old and new image information - Confirm backward compatibility for pre-24.09.1 filtering
- Loading branch information