1
0
Fork 0
mirror of https://github.com/imjasonh/krust synced 2026-07-08 06:45:32 +00:00
krust/src
Jason Hall 672ada3dd2
feat: Add RegistryAuth::from_default() convenience methods
- Add from_default() and from_default_str() methods to RegistryAuth
- These methods automatically resolve auth from Docker config and credential helpers
- Update example to demonstrate both explicit and auto auth approaches
- Simplify krust's auth wrapper to use the new convenience method
- Fix test environment variable pollution

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-08 10:49:28 -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
image
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: 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