mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-12 12:54:07 -07:00
docs(offload): mark Phase 1 as verified in mission dossier
This commit is contained in:
@@ -9,8 +9,9 @@
|
|||||||
Shift from a "Manual VM" to an "Invisible VM" (Container-Optimized OS) that runs our Sandbox Docker image directly.
|
Shift from a "Manual VM" to an "Invisible VM" (Container-Optimized OS) that runs our Sandbox Docker image directly.
|
||||||
|
|
||||||
## Planned Changes
|
## Planned Changes
|
||||||
1. **Multi-Stage Dockerfile**:
|
1. **Multi-Stage Dockerfile**: ✅ VERIFIED
|
||||||
- Optimize `.gcp/Dockerfile.maintainer` to include `tsx`, `vitest`, `gh`, and system dependencies (`libsecret`, `build-essential`).
|
- Optimize `.gcp/Dockerfile.maintainer` to include `tsx`, `vitest`, `gh`, and system dependencies (`libsecret`, `build-essential`).
|
||||||
|
- *Verified locally: Node v20, GH CLI, Git, TSX, and Vitest are functional with required headers.*
|
||||||
2. **Dedicated Pipeline**:
|
2. **Dedicated Pipeline**:
|
||||||
- Use `.gcp/maintainer-worker.yml` for isolated PR builds.
|
- Use `.gcp/maintainer-worker.yml` for isolated PR builds.
|
||||||
- **Tagging Strategy**: Dual-tag images with `${SHORT_SHA}` (immutable) and `${CLEAN_BRANCH}` (latest-on-branch).
|
- **Tagging Strategy**: Dual-tag images with `${SHORT_SHA}` (immutable) and `${CLEAN_BRANCH}` (latest-on-branch).
|
||||||
|
|||||||
Reference in New Issue
Block a user