⚠️ Homebrew support is being deprecated.
Solo will stop publishing updates to Homebrew after August 31, 2026.
Install via
npm install -g @hiero-ledger/solo@latest instead.
See System Readiness for full install instructions.SOLO-4084
ComponentImageArchiveTagMismatchSoloError — Validation
ComponentImageArchiveTagMismatchSoloError
| Code | SOLO-4084 |
| Category | Validation |
| Ownership | User |
| Retryable | No |
Description
Thrown when a docker save archive’s manifest.json does not list the image reference passed via --component-image. Loading such an archive succeeds, but the deployed pod then fails much later with ErrImageNeverPull since the requested tag was never actually loaded into the Kind cluster.
Troubleshooting Steps
- Pass the exact image reference reported by
docker savein –component-image - Re-create the archive with
docker save <image>:<tag> -o <archive>using the intended tag