Skip to content

grpcbuildbox: drop usage of buildx when building grpcbox locally#56002

Merged
tigrato merged 1 commit intomasterfrom
tigrato/fix-grpc-box-linux
Jun 23, 2025
Merged

grpcbuildbox: drop usage of buildx when building grpcbox locally#56002
tigrato merged 1 commit intomasterfrom
tigrato/fix-grpc-box-linux

Conversation

@tigrato
Copy link
Copy Markdown
Contributor

@tigrato tigrato commented Jun 23, 2025

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.

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 this pull request to the merge queue Jun 23, 2025
Merged via the queue into master with commit e71690a Jun 23, 2025
47 checks passed
@tigrato tigrato deleted the tigrato/fix-grpc-box-linux branch June 23, 2025 20:45
@backport-bot-workflows
Copy link
Copy Markdown
Contributor

@tigrato See the table below for backport results.

Branch Result
branch/v15 Create PR
branch/v16 Create PR
branch/v17 Create PR
branch/v18 Create PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport/branch/v17 backport/branch/v18 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