Skip to content

Conversation

@simonrosenberg
Copy link
Collaborator

@simonrosenberg simonrosenberg commented Dec 29, 2025

Summary\n- add OpenAgentSafety option to run-eval workflow\n- surface the new eval target in CI\n\n## Testing\n- not run (CI only)


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:31dd08e-python

Run

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

All tags pushed for this build

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

About Multi-Architecture Support

  • Each variant tag (e.g., 31dd08e-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., 31dd08e-python-amd64) are also available if needed

@simonrosenberg simonrosenberg force-pushed the add-openagentsafety-to-eval-ci branch from 23f544d to cb7926f Compare December 29, 2025 09:23
@all-hands-bot
Copy link
Collaborator

[Automatic Post]: It has been a while since there was any activity on this PR. @simonrosenberg, are you still working on it? If so, please go ahead, if not then please request review, close it, or request that someone else follow up.

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.

4 participants