Feature request
It should be possible to create a TaskRun (using tkn task start) from a oci bundle.
Today, we can create a TaskRun from an in-cluster Task definition. If oci bundles are enabled on a Pipeline instance, it's possible to create a TaskRun that uses the oci bundle image reference as Task definition reference. It should be possible to do that from the cli directly
The same should be possible for PipelineRun as well
Use case
Use oci bundle from the cli 👼🏼
UI Example
$ tkn task start oci://quay.io/vdemeest/my-task:0.1 -p foo=bar …
Feature request
It should be possible to create a
TaskRun(usingtkn task start) from a oci bundle.Today, we can create a
TaskRunfrom an in-clusterTaskdefinition. If oci bundles are enabled on a Pipeline instance, it's possible to create aTaskRunthat uses the oci bundle image reference asTaskdefinition reference. It should be possible to do that from the cli directlyThe same should be possible for
PipelineRunas wellUse case
Use oci bundle from the cli 👼🏼
UI Example