Skip to content

[v18] grpcbuildbox: drop usage of buildx when building grpcbox locally#56011

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

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

Conversation

@tigrato
Copy link
Copy Markdown
Contributor

@tigrato tigrato commented Jun 23, 2025

Backport #56002 to branch/v18

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/v18 with commit a5a588d Jun 23, 2025
43 checks passed
@tigrato tigrato deleted the bot/backport-56002-branch/v18 branch June 23, 2025 22:39
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