Skip to content

[v17] grpcbuildbox: drop usage of buildx when building grpcbox locally#56012

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

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

Conversation

@tigrato
Copy link
Copy Markdown
Contributor

@tigrato tigrato commented Jun 23, 2025

Backport #56002 to branch/v17

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/v17 with commit 3c6a331 Jun 23, 2025
41 checks passed
@tigrato tigrato deleted the bot/backport-56002-branch/v17 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