Skip to content

Conversation

@tofarr
Copy link
Collaborator

@tofarr tofarr commented Jan 2, 2026

Added method to disable health endpoints for testing in K8

Summary

[fill in a summary of this PR]

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:5c120f7-python

Run

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

All tags pushed for this build

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

About Multi-Architecture Support

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

Added method to disable health endpoints for testing in K8
@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 #1573 at branch `test-health-endpoints`

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

You can manage your notification settings

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