Skip to content

Conversation

@simonrosenberg
Copy link
Collaborator

@simonrosenberg simonrosenberg commented Nov 14, 2025


Agent Server images for this PR

GHCR package: https://github.com/OpenHands/agent-sdk/pkgs/container/agent-server

Variants & Base Images

Variant Architectures Base Image Docs / Tags
java amd64, arm64 eclipse-temurin:17-jdk Link
python amd64, arm64 nikolaik/python-nodejs:python3.12-nodejs22 Link
golang amd64, arm64 golang:1.21-bookworm Link

Pull (multi-arch manifest)

# Each variant is a multi-arch manifest supporting both amd64 and arm64
docker pull ghcr.io/openhands/agent-server:42cff40-python

Run

docker run -it --rm \
  -p 8000:8000 \
  --name agent-server-42cff40-python \
  ghcr.io/openhands/agent-server:42cff40-python

All tags pushed for this build

ghcr.io/openhands/agent-server:42cff40-golang-amd64
ghcr.io/openhands/agent-server:42cff40-golang_tag_1.21-bookworm-amd64
ghcr.io/openhands/agent-server:42cff40-golang-arm64
ghcr.io/openhands/agent-server:42cff40-golang_tag_1.21-bookworm-arm64
ghcr.io/openhands/agent-server:42cff40-java-amd64
ghcr.io/openhands/agent-server:42cff40-eclipse-temurin_tag_17-jdk-amd64
ghcr.io/openhands/agent-server:42cff40-java-arm64
ghcr.io/openhands/agent-server:42cff40-eclipse-temurin_tag_17-jdk-arm64
ghcr.io/openhands/agent-server:42cff40-python-amd64
ghcr.io/openhands/agent-server:42cff40-nikolaik_s_python-nodejs_tag_python3.12-nodejs22-amd64
ghcr.io/openhands/agent-server:42cff40-python-arm64
ghcr.io/openhands/agent-server:42cff40-nikolaik_s_python-nodejs_tag_python3.12-nodejs22-arm64
ghcr.io/openhands/agent-server:42cff40-golang
ghcr.io/openhands/agent-server:42cff40-java
ghcr.io/openhands/agent-server:42cff40-python

About Multi-Architecture Support

  • Each variant tag (e.g., 42cff40-python) is a multi-arch manifest supporting both amd64 and arm64
  • Docker automatically pulls the correct architecture for your platform
  • Individual architecture tags (e.g., 42cff40-python-amd64) are also available if needed

@simonrosenberg simonrosenberg self-assigned this Nov 14, 2025
@openhands-ai
Copy link

openhands-ai bot commented Nov 14, 2025

Looks like there are a few issues preventing this PR from being merged!

  • GitHub Actions are failing:
    • Agent Server

If you'd like me to help, just leave a comment, like

@OpenHands please fix the failing actions on PR #1167 at branch `add-eval-job-run-on-CI`

Feel free to include any additional details that might help me get this PR into a better state.

You can manage your notification settings

@simonrosenberg simonrosenberg marked this pull request as ready for review November 17, 2025 10:48
if [ -n "${{ secrets.SLACK_TOKEN }}" ]; then
if [[ "${{ github.event_name }}" == "pull_request" ]]; then
TRIGGER_URL="https://github.com/${{ github.repository }}/pull/${{ github.event.pull_request.number }}"
slack_text="PR $TRIGGER_URL has triggered evaluation on $EVAL_INSTANCES instances with models: $MODELS_TEXT (branch $EVAL_BRANCH)."
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we post this in a public channel? I'm assuming it has results as well.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's make sure that add a SLACK_TOKEN that redirects to a public channel

@simonrosenberg simonrosenberg marked this pull request as draft November 17, 2025 13:09
@simonrosenberg simonrosenberg removed the request for review from xingyaoww November 17, 2025 13:09
@simonrosenberg simonrosenberg marked this pull request as ready for review November 17, 2025 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants