Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(monocore): add OCI image reference implementation (#131)
- Enhance Reference struct to handle both tag and digest-based selectors - Move selector logic from selector.rs into reference.rs - Improve validation and parsing of OCI image references - Add comprehensive test coverage for reference parsing and validation - Remove selector.rs as its functionality is now part of reference.rs
- Loading branch information