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

BlockNodeLocalImageNotFoundSoloError — Validation

BlockNodeLocalImageNotFoundSoloError

CodeSOLO-4029
CategoryValidation
OwnershipUser
RetryableNo

Description

Thrown when a local block node image with the given tag does not exist; the message names the tag. solo expects the referenced local image to be present (for example built or loaded into the cluster), so this means it is missing — build or load the image, or correct the tag.

Troubleshooting Steps

  1. Verify the image exists locally: docker images | grep
  2. Pull the image if missing: docker pull /block-node:
  3. Ensure the tag is a valid semantic version