From 40a8ee6e87e57053b6c0b34144e0233a42de1413 Mon Sep 17 00:00:00 2001 From: Oz Date: Fri, 24 Jul 2026 07:06:03 +0000 Subject: [PATCH 1/2] Docs: document storage.googleapis.com egress Co-Authored-By: Oz --- .../docs/platform/self-hosting/security-and-networking.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/content/docs/platform/self-hosting/security-and-networking.mdx b/src/content/docs/platform/self-hosting/security-and-networking.mdx index 0ae922c6e..f1f17ca3e 100644 --- a/src/content/docs/platform/self-hosting/security-and-networking.mdx +++ b/src/content/docs/platform/self-hosting/security-and-networking.mdx @@ -54,6 +54,8 @@ Tasks use the following Docker images: * [`warpdotdev/warp-codex-cli-sidecar:latest`](https://hub.docker.com/r/warpdotdev/warp-codex-cli-sidecar) (only if using Codex) * The base image specified by your [environment](/platform/environments/) +**Google Cloud Storage (`storage.googleapis.com`)** — port 443, for downloading tooling sidecar archives used by managed Docker Sandbox tasks, including the Warp CLI, computer use, and coding CLI tooling. + **GitHub (`github.com`)** — only with the managed architecture, when using a Warp [environment](/platform/environments/) with configured GitHub repositories. **Linux distribution-specific package repositories** — only with the managed architecture, when using a Warp environment whose base image does not have Git pre-installed. The exact repositories depend on the package manager configuration in the environment's base image. From 2afde6a4c661e7bfa0f59b45be121ef97ba9620c Mon Sep 17 00:00:00 2001 From: Oz Date: Fri, 24 Jul 2026 18:23:44 +0000 Subject: [PATCH 2/2] docs: clarify storage.googleapis.com uses Co-Authored-By: Oz --- .../docs/platform/self-hosting/security-and-networking.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/platform/self-hosting/security-and-networking.mdx b/src/content/docs/platform/self-hosting/security-and-networking.mdx index f1f17ca3e..a9f1f7919 100644 --- a/src/content/docs/platform/self-hosting/security-and-networking.mdx +++ b/src/content/docs/platform/self-hosting/security-and-networking.mdx @@ -54,7 +54,7 @@ Tasks use the following Docker images: * [`warpdotdev/warp-codex-cli-sidecar:latest`](https://hub.docker.com/r/warpdotdev/warp-codex-cli-sidecar) (only if using Codex) * The base image specified by your [environment](/platform/environments/) -**Google Cloud Storage (`storage.googleapis.com`)** — port 443, for downloading tooling sidecar archives used by managed Docker Sandbox tasks, including the Warp CLI, computer use, and coding CLI tooling. +**Google Cloud Storage (`storage.googleapis.com`)** — port 443, for downloading managed Docker Sandbox tooling sidecar archives (Warp CLI, computer use, and coding CLI tooling), uploading conversation transcripts so conversations can be resumed locally, and providing attachments to the agent. **GitHub (`github.com`)** — only with the managed architecture, when using a Warp [environment](/platform/environments/) with configured GitHub repositories.