SOLO-4029
BlockNodeLocalImageNotFoundSoloError — Validation
BlockNodeLocalImageNotFoundSoloError
| Code | SOLO-4029 |
| Category | Validation |
| Ownership | User |
| Retryable | No |
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
- Verify the image exists locally: docker images | grep
- Pull the image if missing: docker pull
/block-node: - Ensure the tag is a valid semantic version