Skip to content

[SRE-5664] Phase 5o: Add SSH agent support to builder image#4

Merged
itskingori merged 2 commits intomainfrom
builder-phase5o-ssh-agent
May 7, 2026
Merged

[SRE-5664] Phase 5o: Add SSH agent support to builder image#4
itskingori merged 2 commits intomainfrom
builder-phase5o-ssh-agent

Conversation

@itskingori
Copy link
Copy Markdown
Member

@itskingori itskingori commented May 7, 2026

Adds OpenSSH client tools to the builder image so workloads can use SSH agent forwarding during build steps. The Phase 5o port-control-app builder implementation needs to support SSH-agent-backed authentication, while keeping this image client-only and avoiding an SSH server.

This image change provides ssh-agent and ssh-add through Ubuntu's openssh-client package for the follow-up workflow introduced there.

Changes

  • Installs openssh-client in the builder image
  • Updates the documented image contents to include OpenSSH client tools
  • Adds a 1.2.0 changelog entry for SSH agent support

Testing

  • GitHub Actions build workflow passes for this branch.

Related

itskingori added 2 commits May 7, 2026 16:37
Install OpenSSH client tooling so the builder image can support SSH\nagent forwarding workflows without adding an SSH server or\nchanging the runtime entrypoint.
@itskingori itskingori marked this pull request as ready for review May 7, 2026 14:42
@itskingori itskingori requested a review from a team as a code owner May 7, 2026 14:42
@itskingori itskingori enabled auto-merge May 7, 2026 14:43
@itskingori itskingori merged commit c260d71 into main May 7, 2026
1 check passed
@itskingori itskingori deleted the builder-phase5o-ssh-agent branch May 7, 2026 14:49
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