1
0
Fork 0
mirror of https://github.com/imjasonh/krust synced 2026-07-09 23:27:17 +00:00
krust/src
Jason Hall 9aeedb133b
feat: add configurable multi-part uploads to oci-distribution
- Added `use_chunked_uploads` field to ClientConfig (default: true)
- Modified push_blob to respect the chunked upload configuration
- Configured krust to disable chunked uploads for better registry compatibility
- Added comprehensive tests for the new configuration option

This allows callers to control whether chunked/multi-part uploads are used,
which improves compatibility with registries that may not support them well.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-08 15:01:38 -04:00
..
auth feat: Add RegistryAuth::from_default() convenience methods 2025-06-08 10:49:28 -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: add configurable multi-part uploads to oci-distribution 2025-06-08 15:01:38 -04:00
lib.rs feat: Implement registry authentication support 2025-06-08 09:19:04 -04:00
main.rs feat: Add credential helper support to oci-distribution 2025-06-08 10:30:41 -04:00
manifest.rs feat: Add multi-arch support 2025-06-07 22:28:15 -04:00