1
0
Fork 0
mirror of https://github.com/imjasonh/krust synced 2026-07-08 06:45:32 +00:00
krust/src
Jason Hall dc09631004
fix: restore --image flag support for backward compatibility
Restore support for the --image flag that was accidentally removed
in the previous refactoring. This ensures all existing tests and
workflows continue to work while maintaining the digest-only approach.

- Restore image reference parsing with tag/digest stripping
- Maintain backward compatibility with existing CLI interface
- All integration tests now pass

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-08 19:57:06 -04:00
..
auth refactor: consolidate authentication systems 2025-06-08 16:49:35 -04:00
builder feat: Expand platform support to match Alpine's supported architectures 2025-06-08 00:07:56 -04:00
cli fix: remove automatic image tagging, make it optional 2025-06-08 19:42:00 -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: push platform images by digest only, no tags 2025-06-08 19:50:30 -04:00
lib.rs feat: Implement registry authentication support 2025-06-08 09:19:04 -04:00
main.rs fix: restore --image flag support for backward compatibility 2025-06-08 19:57:06 -04:00
manifest.rs feat: Add multi-arch support 2025-06-07 22:28:15 -04:00