build: exclude cloud auth plugins from container image - #7634
Open
AkashKumar7902 wants to merge 2 commits into
Open
build: exclude cloud auth plugins from container image#7634AkashKumar7902 wants to merge 2 commits into
AkashKumar7902 wants to merge 2 commits into
Conversation
Signed-off-by: Akash Kumar <meakash7902@gmail.com>
Signed-off-by: Akash Kumar <meakash7902@gmail.com>
Author
|
Could a maintainer please apply the |
AkashKumar7902
marked this pull request as ready for review
July 19, 2026 10:29
AkashKumar7902
requested review from
sunjayBhatia and
tsaarni
and removed request for
a team
July 19, 2026 10:29
|
The Contour project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to the #contour channel in the Kubernetes Slack |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #5085
What this PR does
osusergoandnetgoWhy
The Dockerfile began using
make buildduring an earlier refactor and consequently inherited the Makefile's local-developmentgcpandoidctags. The gateway provisioner also imported the GCP plugin unconditionally, bypassing the existinggcpbuild constraint.Impact
The standard in-cluster Contour image no longer links the GCP or OIDC client authentication plugins. Local
make buildandmake installbuilds continue to include both plugins.Testing
osusergo netgoandoidc gcp osusergo netgogo vetwith both tag setsmake lint-codespell,make lint-flags, andgit diff --checkRelease note
Requested label:
release-note/small. The corresponding numbered changelog is included.