feat(image): add devsy agent-server image + build workflow - #966
Draft
devsy-app[bot] wants to merge 2 commits into
Draft
feat(image): add devsy agent-server image + build workflow#966devsy-app[bot] wants to merge 2 commits into
devsy-app[bot] wants to merge 2 commits into
Conversation
Adds a customized OpenHands agent-server Dockerfile that pre-installs the full devsy toolchain (Go 1.26.3, task, golangci-lint v2.12.2, goreleaser, ginkgo, protoc + protoc-gen-go(-grpc), Node 24, biome, gh, act, prek, uv, xvfb) so fleet agents do not spend reasoning budget bootstrapping it. Adds a GitHub Actions workflow that builds and pushes the image to ghcr.io/devsy-org/openhands-agent-server on changes to the Dockerfile or workflow, using the workflow GITHUB_TOKEN (packages: write). PR builds validate without pushing; merges to main push latest + sha tags. GitHub Actions cache is enabled. This PR was created by an AI agent (OpenHands) on behalf of skevetter.
✅ Deploy Preview for images-devsy-sh canceled.
|
✅ Deploy Preview for devsydev canceled.
|
Up to standards ✅🟢 Issues
|
Clean the Go module source cache (/go/pkg/mod, 3.3GB) and compile cache (/root/.cache/go-build, 1.8GB) after installing the Go tools. These caches only held the dependency graphs of the installed tools (goreleaser, ginkgo, task, protoc plugins) and are not needed to run the compiled binaries. devsy builds do not share those module graphs (only ~1 overlap: onsi/ginkgo), so the cost is a few MB re-download vs a recurring 5.1GB image-size cost on every pull. Image size: 13.9GB -> 6.98GB (-50%). All 20 tools verified functional in the cleaned image.
skevetter
marked this pull request as draft
August 9, 2026 21:11
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a customized OpenHands agent-server Dockerfile that pre-installs the full devsy toolchain (Go 1.26.3, task, golangci-lint v2.12.2, goreleaser, ginkgo, protoc + protoc-gen-go(-grpc), Node 24, biome, gh, act, prek, uv, xvfb) so fleet agents do not spend reasoning budget bootstrapping it.
Adds a GitHub Actions workflow that builds and pushes the image to ghcr.io/devsy-org/openhands-agent-server on changes to the Dockerfile or workflow, using the workflow GITHUB_TOKEN (packages: write). PR builds validate without pushing; merges to main push latest + sha tags. GitHub Actions cache is enabled.
This PR was created by an AI agent (OpenHands) on behalf of skevetter.