dlorenc
dlorenc
Correct, it wasn't really an issue with knative or kaniko, just the interaction in between.
is k8schain going to move somewhere permanent?
This was fixed with https://github.com/knative/build-templates/pull/87
@fejta pointed me at a cool solution for this that Prow uses: https://github.com/kubernetes/test-infra/tree/master/prow/cmd/entrypoint Basically we can hijack the specified cmd/args of each step and replace them with this utility. It...
Thanks! Will take a look.
I'm working on a project to help out with image signing and would love to make it work well with buildpacks. You can check out the docs here: [github.com/sigstore/cosign](https://github.com/sigstore/cosign) I...
Sure! Here or I'm happy to chat over email/video!
@dfreilich - let me know if you'd like to catch up here, I think we can probably help out with the integration if you're interested!
Another similar one I was thinking of recently here was GitHub Actions - do you think they would fit in? They're pseudo-OCI images, but have slightly different semantics. We want...
Is there an understood clear path for getting this merged/accepted/ratified? Since it's a brand new spec I'd guess that it would need to be approved by the full OCI TOB...