Skip to content

fix(relay): include git hook tools in runtime image#1326

Merged
tlongwell-block merged 1 commit into
mainfrom
brain/fix-buzz-git-hook-runtime-tools
Jul 2, 2026
Merged

fix(relay): include git hook tools in runtime image#1326
tlongwell-block merged 1 commit into
mainfrom
brain/fix-buzz-git-hook-runtime-tools

Conversation

@thomaspblock

Copy link
Copy Markdown
Collaborator

Summary

  • install curl and openssl in the relay runtime image
  • the Buzz git pre-receive hook shells out to both tools before calling /internal/git/policy
  • without them, git pushes fail closed with push authorization failed (network error reaching policy service)

Testing

  • pre-push hooks ran on push: check-push-org, desktop-test, mobile-test, rust-tests, desktop-tauri-test

Context

This should unblock pushes to Buzz git projects such as agent-video-recorder once the staging image is rebuilt/redeployed.

Co-authored-by: Thomas Petersen <thomasp@squareup.com>
Signed-off-by: Thomas Petersen <thomasp@squareup.com>
@thomaspblock thomaspblock force-pushed the brain/fix-buzz-git-hook-runtime-tools branch from ae2f087 to b1e2fe2 Compare June 27, 2026 11:06
@thomaspblock thomaspblock marked this pull request as draft June 28, 2026 02:08
@tlongwell-block tlongwell-block marked this pull request as ready for review July 2, 2026 01:07
@tlongwell-block tlongwell-block merged commit 88c089d into main Jul 2, 2026
50 of 52 checks passed
@tlongwell-block tlongwell-block deleted the brain/fix-buzz-git-hook-runtime-tools branch July 2, 2026 01:12
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