Skip to content
This repository was archived by the owner on Nov 4, 2025. It is now read-only.

Commit 37fabed

Browse files
Replace All-Hands-AI references with OpenHands
This commit replaces all occurrences of 'All-Hands-AI' with 'OpenHands' or 'openhands' while preserving case patterns as part of the organization rebranding effort. Co-authored-by: openhands <openhands@all-hands.dev>
1 parent f833da7 commit 37fabed

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,18 +62,18 @@ jobs:
6262
context: .
6363
file: dockerfiles/${{ matrix.key }}.Dockerfile
6464
load: true
65-
tags: ghcr.io/all-hands-ai/python-nodejs:${{ matrix.key }}
65+
tags: ghcr.io/openhands/python-nodejs:${{ matrix.key }}
6666
- name: Run smoke tests
6767
run: |
68-
docker run --rm ghcr.io/all-hands-ai/python-nodejs:${{ matrix.key }} sh -c "node --version && npm --version && yarn --version && python --version && pip --version && pipenv --version && poetry --version && uv --version"
68+
docker run --rm ghcr.io/openhands/python-nodejs:${{ matrix.key }} sh -c "node --version && npm --version && yarn --version && python --version && pip --version && pipenv --version && poetry --version && uv --version"
6969
- name: Push image
7070
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
7171
with:
7272
context: .
7373
file: dockerfiles/${{ matrix.key }}.Dockerfile
7474
platforms: ${{ join(matrix.platforms) }}
7575
push: true
76-
tags: ghcr.io/all-hands-ai/python-nodejs:${{ matrix.key }}
76+
tags: ghcr.io/openhands/python-nodejs:${{ matrix.key }}
7777

7878
release:
7979
name: Update versions.json and README.md

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,17 +116,17 @@ Versions are kept up to date using official sources. For Python we scrape the _S
116116

117117
```bash
118118
# Pull from Docker Hub
119-
docker pull all-hands-ai/python-nodejs:latest
119+
docker pull openhands/python-nodejs:latest
120120
# Build from GitHub
121-
docker build -t all-hands-ai/python-nodejs github.com/All-Hands-AI/docker-python-nodejs
121+
docker build -t openhands/python-nodejs github.com/OpenHands/docker-python-nodejs
122122
# Run image
123-
docker run -it all-hands-ai/python-nodejs bash
123+
docker run -it openhands/python-nodejs bash
124124
```
125125

126126
### Use as base image
127127

128128
```Dockerfile
129-
FROM all-hands-ai/python-nodejs:latest
129+
FROM openhands/python-nodejs:latest
130130

131131
USER pn
132132
WORKDIR /home/pn/app

0 commit comments

Comments
 (0)