Batuhan Apaydın
Batuhan Apaydın
**What would you like to be added**: I would like to add a new subcommand like `list load-images` that will help us to list all installed docker images via the...
Signed-off-by: Batuhan Apaydın Co-authored-by: Furkan Fixes #2425  
**Description** Recently, we (w/@dentrax @erkanzileli) added other key management system support to Kyverno while verifying image signatures.[^1] Then, I tried this feature on GCP while using GCP KMS and GKE....
**Description** There are a bunch of useful functions in cosign's [tlog.go](https://github.com/sigstore/cosign/blob/main/pkg/cosign/tlog.go) file, let's move these all the useful functions over here. WDYT? cc: @dentrax @lukehinds
- [ ] create a new release with GoReleaser both for binaries and container images - [ ] automate workflow with GitHub Actions? - [ ] sign/verify binaries&container images GitHub...
If one of the images has been built on a `scratch` image, the final stage is based upon the `scratch` image; we should not add it to the `docker-lock.json` file....
### Expected behavior Once you build a container image via `google/ko` with --local flag enabled, you will end up having an image with the `ko.local/` prefix. It causes that container-diff...
By default, when the user supplies the `docker buildx ls` command, the output will look like the following: ```shell NAME/NODE DRIVER/ENDPOINT STATUS PLATFORMS desktop-linux docker desktop-linux desktop-linux running linux/amd64, linux/arm64,...
**Describe the problem/challenge you have** I would like to sign container images while building them through carvel-kbld. **Describe the solution you'd like** [cosign](https://github.com/sigstore/cosign) maintained by [sigstore](https://sigstore.dev/) community is a new...
### Feature request We (w/@dentrax @erkanzileli) propose generating SBOMs once the images are built when Taskrun has been completed, then signing them. I want to list the tools that can...