Claude 4008f7467f fix: resolve eStargz version check bug and add test coverage
- Move buildx version check before adding compression parameters to prevent build failures on older buildx versions
- Add comprehensive unit tests for estargz feature with 8 test cases
- Simplify redundant ternary operator logic
- Rebuild dist files to fix CI verification

Fixes the critical bug where compression parameters were added before version validation, causing unsupported parameter errors on buildx < 0.10.0
2025-10-05 19:01:20 -04:00
..