Jason Hall
Jason Hall
I think `rules_oci` is the successor to `rules_docker`, FWIW: https://github.com/bazel-contrib/rules_oci
There isn't a configuration for this today, but it should be possible if there's demand and the use cases make sense. In the meantime you can run pipelines in a...
Thanks, I think this seems like a reasonable addition, and would be happy to help you with it. First, what kind of API addition are you envisioning? What's the minimum...
@ysaakpr Configuring pipeline-wide concurrency limits definitely seems easiest, but I wonder if that's expressive/powerful enough to satisfy more complex use cases. We should explore other options, even if only to...
+1, we should make this change. This makes configuring the controller more standard, and could let users update the support images to use (git-init, creds-init, etc.) without requiring a restart...
Thinking through this a bit more: Luckily at least some of the groundwork is already done: support images are parsed from flags and set as fields on the [`pipeline.Images` type](https://godoc.org/github.com/tektoncd/pipeline/pkg/apis/pipeline#Images)....
Knative configures their queue proxy image using a ConfigMap: https://github.com/knative/serving/blob/b3079512daae9708f11c7b8ea41ef54023c91725/config/config-deployment.yaml#L26 Their [`pkg/deployment/config.go`](https://github.com/knative/serving/blob/a09a7a9ec016658594ad62cf343d2754aa0d0014/pkg/deployment/config.go) returns a `*Config` with a `QueueSidecarImage` field that gets updated when the ConfigMap changes. Their "deployment config" object...
I'm not sure I understand how these are related? That issue seems to be about letting users declare TaskRun/PipelineRun values as coming from a ConfigMap (which I admit does sound...
I'm still able to reproduce this behavior FWIW.
Still reproducible, I assume this is just expected behavior.