Skip to content

Update issue number in integration runner workflow#2079

Merged
enyst merged 1 commit intomainfrom
enyst-patch-1
Feb 15, 2026
Merged

Update issue number in integration runner workflow#2079
enyst merged 1 commit intomainfrom
enyst-patch-1

Conversation

@enyst
Copy link
Copy Markdown
Collaborator

@enyst enyst commented Feb 14, 2026

Summary

The old tracker issue has become difficult to load on github due to its length. 😅

Checklist

  • If the PR is changing/adding functionality, are there tests to reflect this?
  • If there is an example, have you run the example to make sure that it works?
  • If there are instructions on how to run the code, have you followed the instructions and made sure that it works?
  • If the feature is significant enough to require documentation, is there a PR open on the OpenHands/docs repository with the same branch name?
  • Is the github CI passing?

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:ac466d1-python

Run

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

All tags pushed for this build

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

About Multi-Architecture Support

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

Copy link
Copy Markdown
Collaborator

@all-hands-bot all-hands-bot left a comment

Choose a reason for hiding this comment

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

LGTM! Simple config change to fix a real problem - old issue too long to load. 🟢

@enyst enyst merged commit dcebff6 into main Feb 15, 2026
29 checks passed
@enyst enyst deleted the enyst-patch-1 branch February 15, 2026 00:59
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.

2 participants