-
Notifications
You must be signed in to change notification settings - Fork 420
Description
What software would you like us to add to wolfi-os. Ideally include a URL to the project and its source.
project: https://github.com/google/go-containerregistry/blob/main/cmd/krane/README.md
source: https://github.com/google/go-containerregistry/tree/main/cmd/krane
which versions of the software should we include?
0.20.7
Add some justification for why this specific package and versions are important.
This tool is a variant of the crane command, but builds in support for authenticating against registries using common credential helpers that find credentials from the environment.
In particular this tool supports authenticating with common "workload identity" mechanisms on platforms such as GKE and EKS.
This additional keychain logic only kicks in if alternative authentication mechanisms have NOT been configured and crane would otherwise perform the command without credentials, so it is a drop-in replacement for crane that adds support for authenticating with cloud workload identity mechanisms
Please check all that apply
- This package has an un-restrictive license
- The package/versions proposed are actively maintained upstream
- I am interested in adding this package to Wolfi OS myself
- I am willing to help maintain this package