SOLO-5059
DockerAuthStaleSoloError — System
DockerAuthStaleSoloError
| Code | SOLO-5059 |
| Category | System |
| Ownership | User |
| Retryable | No |
Description
Thrown when solo detects stale Docker authentication for the GitHub Container Registry (GHCR). solo needs valid GHCR credentials to pull images, so this means the cached Docker auth is expired or invalid — re-authenticate to GHCR to refresh it.
Troubleshooting Steps
- Re-authenticate with the GitHub Container Registry: docker login ghcr.io
- Verify your GitHub Personal Access Token has the read:packages scope
- Clear stale credentials: docker logout ghcr.io