From d565f672a2f4982fa23a40b5cd73ee7507f91bc5 Mon Sep 17 00:00:00 2001 From: Ben Navetta Date: Fri, 8 May 2026 08:50:02 +0100 Subject: [PATCH] Document Docker images used by the self-hosted worker --- .../cloud-agents/self-hosting/security-and-networking.mdx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/content/docs/agent-platform/cloud-agents/self-hosting/security-and-networking.mdx b/src/content/docs/agent-platform/cloud-agents/self-hosting/security-and-networking.mdx index 6554ccba..6ada0785 100644 --- a/src/content/docs/agent-platform/cloud-agents/self-hosting/security-and-networking.mdx +++ b/src/content/docs/agent-platform/cloud-agents/self-hosting/security-and-networking.mdx @@ -45,6 +45,13 @@ Self-hosted Oz agents **do not require any network ingress**. They require outbo **Docker Hub** — for pulling task images (managed architecture only). +Tasks use the following Docker images: +* [`warpdotdev/warp-agent:latest`](https://hub.docker.com/r/warpdotdev/warp-agent) +* [`warpdotdev/warp-xvfb-sidecar:latest`](https://hub.docker.com/r/warpdotdev/warp-xvfb-sidecar) (only if [computer use](/agent-platform/capabilities/computer-use/) is enabled) +* [`warpdotdev/warp-claude-cli-sidecar:latest`](https://hub.docker.com/r/warpdotdev/warp-claude-cli-sidecar) (only if using Claude Code) +* [`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](/agent-platform/cloud-agents/environments/) + **GitHub (`github.com`)** — only with the managed architecture, when using a Warp [environment](/agent-platform/cloud-agents/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.