Skip to content

[v15] grpcbuildbox: drop usage of buildx when building grpcbox locally#56014

Merged
tigrato merged 1 commit intobranch/v15from
bot/backport-56002-branch/v15
Jun 23, 2025
Merged

[v15] grpcbuildbox: drop usage of buildx when building grpcbox locally#56014
tigrato merged 1 commit intobranch/v15from
bot/backport-56002-branch/v15

Conversation

@tigrato
Copy link
Copy Markdown
Contributor

@tigrato tigrato commented Jun 23, 2025

Backport #56002 to branch/v15

On Linux, docker buildx plugin doesn't automatically load images into
the registry so it never rebuilds the image on go version changes or buf
changes. This causes buf to fail because the image go base version
differs from the Teleport required version.

Since we do not need any cross-compilation here, we can safely drop
`buildx` plugin usage.

Signed-off-by: Tiago Silva <tiago.silva@goteleport.com>
@tigrato tigrato added the no-changelog Indicates that a PR does not require a changelog entry label Jun 23, 2025
@github-actions github-actions Bot requested review from probakowski and zmb3 June 23, 2025 21:01
@tigrato tigrato added this pull request to the merge queue Jun 23, 2025
Merged via the queue into branch/v15 with commit 5121bb3 Jun 23, 2025
35 checks passed
@tigrato tigrato deleted the bot/backport-56002-branch/v15 branch June 23, 2025 22:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport no-changelog Indicates that a PR does not require a changelog entry size/sm

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants