Update manifest base image docs - #459
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the default base image URL in the documentation manifests (docs/em/manifest.md and docs/em/manifest.ru.md) from version 0.4.1 with a .raw.gz extension to version 1.1.0 with a .raw.zst extension. There are no review comments, and I have no feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
cassi-volkova
left a comment
There was a problem hiding this comment.
Reviewed the exact head and found no confirmed issues. Checks completed: 109 unit tests; a clean full documentation-site build; English/Russian example parity against the canonical manifest templates; HTTP verification that the old image returns 404 and the replacement returns 200; and a live exordos cn add --wait smoke using the documented URL. The VM reached ACTIVE, its guest and Universal Agents were healthy, and the node was then deleted successfully with no test resource left behind.
Summary
Why
The old documented image URL returns 404. The replacement
https://repo.exordos.com/exordos-base/1.1.0/exordos-base.raw.zstis already used by repository manifest examples/tests and was verified by launching a smoke VM through the platform.Validation
exordos cn add --waitusing the updated image and observed it reach ACTIVE.