1
0
Fork 0
mirror of https://github.com/imjasonh/krust synced 2026-07-08 14:55:35 +00:00
krust/src
Jason Hall 7827c25d9b
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
2025-06-08 09:49:41 -04:00
..
auth feat: Fork oci-distribution and add enhanced features 2025-06-08 09:49:41 -04:00
builder feat: Expand platform support to match Alpine's supported architectures 2025-06-08 00:07:56 -04:00
cli feat: Add multi-arch support 2025-06-07 22:28:15 -04:00
config Add Cargo.toml-based configuration for base image 2025-06-07 22:14:21 -04:00
image Initial commit: krust - container image build tool for Rust 2025-06-07 20:46:08 -04:00
registry feat: Fork oci-distribution and add enhanced features 2025-06-08 09:49:41 -04:00
lib.rs feat: Implement registry authentication support 2025-06-08 09:19:04 -04:00
main.rs feat: Implement registry authentication support 2025-06-08 09:19:04 -04:00
manifest.rs feat: Add multi-arch support 2025-06-07 22:28:15 -04:00