Dmitriy Kalinin
Dmitriy Kalinin
**Describe the problem/challenge you have** while reading imgpkg error, it may not be clear to a user that this portion of the error comes from the registry (which would be...
**Describe the problem/challenge you have** we currently have --cosign-singatures=bool flag that attaches .sig artifacts. cosign has .sbom and .att suffixes as well. (https://github.com/sigstore/cosign/blob/0142711da2fadc78f546a99adf12e2f0be428600/pkg/oci/remote/options.go#L27-L29) --- Vote on this request This is...
**What steps did you take:** collecting various imgpkg errors that potentially have "weak" retries. **What happened:** [A small description of the result] **What did you expect:** [A description of what...
**Describe the problem/challenge you have** would like to see a vulnerability report for images that are part of a bundle. **Describe the solution you'd like** even though vulnerability scanning is...
**Describe the problem/challenge you have** currently imgpkg just says images.yml was not localized. it's not clear _why_ it was not -- we should probably include underlying error/reason and related image....
**Describe the problem/challenge you have** - i use dockerhub registry - i create bundle in my dockerhub account (that references images from all over the internet) - i dont want...
#### What this PR does / why we need it: - executes fetcher/templaters in a limited environment (within a new user/mount namespace on linux) - TODO we need to run...
currently if you deploy app cr and associated service account and delete them together, there is a race between kapp controller deleting workload and k8s deleting associated service account. once...
**Describe the problem/challenge you have** - [x] package install wont reconcile changes to app (eg spec.canceled/spec.paused) so that app can actually get deleted - [ ] package install immediately is...
Add ability to mark pkg repository as "view-only" so that packages are not available to be installed
**Describe the problem/challenge you have** It might be useful for user to add a package repository to view its contents but not have kapp-controller use it for installation (as part...