1
0
Fork 0
mirror of https://github.com/imjasonh/krust synced 2026-07-08 06:45:32 +00:00

feat: Fork oci-distribution and add enhanced features

- Fork oci-distribution v0.11.0 into vendor/oci-distribution
- Add get_image_platforms() method for proper platform detection
- Support fetching config blobs for single-platform images
- Add OAuth2/Bearer token authentication support
- Add push_manifest_and_get_digest() for reliable digest extraction
- Update krust to use the forked version with enhanced features
This commit is contained in:
Jason Hall 2025-06-08 09:49:41 -04:00
parent e2c4b6b14c
commit 7827c25d9b
Failed to extract signature
4 changed files with 84 additions and 83 deletions

View file

@ -19,7 +19,7 @@ sha256 = "1.5"
chrono = "0.4"
tar = "0.4"
flate2 = "1.0"
oci-distribution = "0.11"
oci-distribution = { path = "vendor/oci-distribution" }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
dirs = "6.0"