Vincent Demeester
Vincent Demeester
Aside from SecurityContext, we *may* be able to simply silently ignore PodTemplate and hope for the best.
Does `go get -v gotest.tools/v3` works though ? :thinking:
Maybe both are possible even 😛 .
@jromero right, so any users in `OWNERS` file(s) need to be part of the `tektoncd` organization. See https://github.com/tektoncd/community/pull/734 as an example of PR to do on the community repository to...
As of now, we don't really have the resource power to maintain images so for now we should stick to relying on externaly maintained images.
Getting back on this a bit, I think, `tektoncd/catalog` shouldn't hold **any** code (including `Dockerfile`), except from it's own `test-infra` needs (makefiles, scripts, …). Managing code release and overall lifecycle...
This also simplifies the `test-infra` requirements / needs for the catalog : we test tasks that's all, we don't build code, we don't build images (at least none until we...
``` + /ko-app/git-init '-url=https://github.com/kelseyhightower/nocode' '-revision=' '-refspec=' '-path=/workspace/output/' '-sslVerify=true' '-submodules=true' '-depth=1' '-sparseCheckoutDirectories=CONTRIBUTING.md,STYLE.md' {"level":"error","ts":1657099219.3125985,"caller":"git/git.go:55","msg":"Error running git [config core.sparsecheckout true]: exit status 128\nfatal: not in a git directory\n","stacktrace":"github.com/tektoncd/pipeline/pkg/git.run\n\tgithub.com/tektoncd/pipeline/pkg/git/git.go:55\ngithub.com/tektoncd/pipeline/pkg/git.configSparseCheckout\n\tgithub.com/tektoncd/pipeline/pkg/git/git.go:284\ngithub.com/tektoncd/pipeline/pkg/git.Fetch\n\tgithub.com/tektoncd/pipeline/pkg/git/git.go:107\nmain.main\n\tgithub.com/tektoncd/pipeline/cmd/git-init/main.go:53\nruntime.main\n\truntime/proc.go:250"} {"level":"fatal","ts":1657099219.3127117,"caller":"git-init/main.go:54","msg":"Error fetching git repository: exit...
/hold cancel
> @sbose78 thank you for the contribution +1 I wonder if we should bump the version of Task instead of modifying the existing Task? thinking Reason: existing users would come...