Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

generalize glob syntax for known third party docker images #21711

Merged
merged 1 commit into from
Dec 6, 2024

Conversation

cburroughs
Copy link
Contributor

In #21076 a subsystem was introduced to provide better warnings for images that are "not found". It includes a method to either listing out known images, or using * as a wildcard to assume "everything else" that doesn't look like a target is an image. This diff, generalized the * syntax to allow expressing something like my.internal.registry.io/* is the (only) source of non-target images.

ref #18346

In pantsbuild#21076 a subsystem was introduced to provide better warnings for
images that are "not found". It includes a method to either listing
out known images, or using `*` as a wildcard to assume "everything
else" that doesn't look like a target is an image.  This diff,
generalized the `*` syntax to allow expressing something like
`my.internal.registry.io/*` is the (only) source of non-target images.

ref pantsbuild#18346
Copy link
Contributor

@lilatomic lilatomic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh this is much better

@cburroughs cburroughs merged commit 5c1ea63 into pantsbuild:main Dec 6, 2024
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants