feat(image): add pwtrace to code agent image#17
Open
subhashkhileri wants to merge 3 commits into
Open
Conversation
The e2e-fix agent needs these tools for nightly failure analysis: - gcloud CLI (pinned v526.0.0): downloads test artifacts from GCS buckets where Prow stores nightly/PR E2E results. Only the base SDK is installed (no extra components). Auth is runtime-only — no credentials baked into the image. - pwtrace (pinned v0.3.0): Playwright trace analysis CLI that lets agents inspect browser actions, DOM state, console errors, and network requests from failed test traces. Both are version-pinned for reproducible builds and installed under USER root before dropping back to sandbox. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
curl and python3 are already in the base image. Use dpkg --print-architecture instead of uname+sed for the download URL. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
c9b5aab to
003ed32
Compare
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.
Summary
npxeach invocation.Security considerations
Test plan
podman build -t rhdh-fullsend-code:local -f images/code/Containerfile images/code/pwtrace --versionworks inside the container🤖 Generated with Claude Code