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

target_package fails if package is provided by another package #144

Open
jonjohnsonjr opened this issue Aug 16, 2023 · 0 comments
Open

target_package fails if package is provided by another package #144

jonjohnsonjr opened this issue Aug 16, 2023 · 0 comments

Comments

@jonjohnsonjr
Copy link
Contributor

This was worked around in chainguard-images/images#1219

But prior to that, we were failing here looking for kubectl:

resp.Diagnostics.AddError("Unable to find package", fmt.Sprintf("Unable to find package: %s", data.TargetPackage.ValueString()))

Because kubectl is provided by kubernetes-1.28: https://github.com/wolfi-dev/os/blob/cf5b8d25ee5b81041c2d95c3cbabde426415a246/kubernetes-1.28.yaml#L63-L64

We may be able to plumb around from the config data source enough info to fix this.

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

No branches or pull requests

1 participant