We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2f783d commit 98da60aCopy full SHA for 98da60a
src/workspace/manager.ts
@@ -57,9 +57,9 @@ async function ensureWorkspaceImage(): Promise<string> {
57
}
58
59
throw new Error(
60
- `Workspace image not found. Either:\n` +
61
- ` 1. Run 'perry build' to build locally, or\n` +
62
- ` 2. Check your network connection to pull from registry`
+ `Workspace image ${registryImage} not available.\n` +
+ `The agent could not find or pull the required image.\n` +
+ `This may happen if the version was just released and the image is still being published.`
63
);
64
65
0 commit comments