From 0ad411e16209e36276ab50631c6cb36420ed82c3 Mon Sep 17 00:00:00 2001 From: Graham Neubig Date: Fri, 24 Oct 2025 15:06:48 -0400 Subject: [PATCH] Fix: Change default DOCKER_ORG from all-hands-ai to openhands (#11489) Co-authored-by: openhands --- containers/app/config.sh | 2 +- containers/runtime/config.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/containers/app/config.sh b/containers/app/config.sh index 6ed9ac329e..41d00c84a0 100644 --- a/containers/app/config.sh +++ b/containers/app/config.sh @@ -1,4 +1,4 @@ DOCKER_REGISTRY=ghcr.io -DOCKER_ORG=all-hands-ai +DOCKER_ORG=openhands DOCKER_IMAGE=openhands DOCKER_BASE_DIR="." diff --git a/containers/runtime/config.sh b/containers/runtime/config.sh index 99d2eb66cc..d0250b6dfe 100644 --- a/containers/runtime/config.sh +++ b/containers/runtime/config.sh @@ -1,5 +1,5 @@ DOCKER_REGISTRY=ghcr.io -DOCKER_ORG=all-hands-ai +DOCKER_ORG=openhands DOCKER_BASE_DIR="./containers/runtime" DOCKER_IMAGE=runtime # These variables will be appended by the runtime_build.py script