⚠️ 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

CodeSOLO-4084
CategoryValidation
OwnershipUser
RetryableNo

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

  1. Pass the exact image reference reported by docker save in –component-image
  2. Re-create the archive with docker save <image>:<tag> -o <archive> using the intended tag