You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We (w/@Dentrax) have added signing and verifying containers images by using cosign under the hood to nerdctl, please see. We call the cosign binary to sign and verify container images which means that we need to ensure that cosign binary is available in our environment. So, let's add cosign archive to the default configuration YAML file of the lima.
I did some research about the issue. IMHO, we should add cosign binary to the nerdctl-full release1. Because the code within the lima is using nerdctl-full release to extract binaries.2.
As an alternative, we can make that code is more generic to install whatever we defined in []File slice.
We (w/@Dentrax) have added signing and verifying containers images by using cosign under the hood to nerdctl, please see. We call the cosign binary to sign and verify container images which means that we need to ensure that cosign binary is available in our environment. So, let's add cosign archive to the default configuration YAML file of the lima.
cc: @AkihiroSuda
The text was updated successfully, but these errors were encountered: