Skip to content

Conversation

@enyst
Copy link
Collaborator

@enyst enyst commented Jan 1, 2026

Updated the duration for issues with the 'needs-triage' label from 2 days to 4 days since the last activity.

Summary

This PR proposes a little tweak to avoid daily comments, it seems a little too aggressive right now maybe.

Example: #1441 (comment)

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

Run

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

All tags pushed for this build

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

About Multi-Architecture Support

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

enyst added 2 commits January 1, 2026 23:38
Updated the duration for issues with the 'needs-triage' label from 2 days to 4 days since the last activity.
@enyst
Copy link
Collaborator Author

enyst commented Jan 2, 2026

@OpenHands Run make build so that commit hooks are properly installed. Then run uv run pre-commit run --all-files

@openhands-ai
Copy link

openhands-ai bot commented Jan 2, 2026

Uh oh! There was an unexpected error starting the job :(

Copy link
Collaborator

@tofarr tofarr left a comment

Choose a reason for hiding this comment

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

LGTM!

Co-authored-by: openhands <openhands@all-hands.dev>
@openhands-ai
Copy link

openhands-ai bot commented Jan 2, 2026

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 #1567 at branch `enyst-patch-1`

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

You can manage your notification settings

@enyst enyst merged commit 206750c into main Jan 3, 2026
21 checks passed
@enyst enyst deleted the enyst-patch-1 branch January 3, 2026 02:43
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