cli
cli copied to clipboard
Explore Adding oci Capabilities into tkn
This issue is meant to serve as a place to discuss possibilities for adding the features of oci into tkn. Closing this issue requires developing a plan (could include a demo too but not a requirement) that is discussed and approved in the tkn working group. It would also be helpful to gauge the thoughts of users of oci and Tekton bundles about their thoughts on the proposal.
With v0.18.0 of pipelines, Tekton bundles can be enabled via a feature flag. As part of supporting this feature, we should look into whether to add the oci cli into tkn.
Alternative solutions to adding oci could be to allow users to add oci as a plugin once #1178 is added. Additionally, we could look into supporting oci in a similar way to the hub cli (#1203).
What to consider as part of a proposal:
- UX - What would the proposed user experience look like when using
ocifeatures throughtkn? - Does
oci's command structure align withtkn's structure (i.e.tkn <resource> <action> <args> <flags>)? - Possible blockers for adding
ociintotkn? - High level overview of how
ociwould be added totkn - What alternative approaches could be used instead of what is proposed?
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale with a justification.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close with a justification.
If this issue should be exempted, mark the issue as frozen with /lifecycle frozen with a justification.
/lifecycle stale
Send feedback to tektoncd/plumbing.
/remove-lifecycle stale
/lifecycle frozen
describecommand should be able to work with oci bundle.tkn task describe …should work the same with in-cluster and an oci bundle.starta run from an oci bundle should also be a think