cli icon indicating copy to clipboard operation
cli copied to clipboard

Explore Adding oci Capabilities into tkn

Open danielhelfand opened this issue 5 years ago • 4 comments

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 oci features through tkn?
  • Does oci's command structure align with tkn's structure (i.e. tkn <resource> <action> <args> <flags>)?
  • Possible blockers for adding oci into tkn?
  • High level overview of how oci would be added to tkn
  • What alternative approaches could be used instead of what is proposed?

danielhelfand avatar Nov 10 '20 14:11 danielhelfand

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.

tekton-robot avatar Feb 08 '21 14:02 tekton-robot

/remove-lifecycle stale

piyush-garg avatar Feb 10 '21 06:02 piyush-garg

/lifecycle frozen

vdemeester avatar Feb 10 '21 15:02 vdemeester

  • describe command should be able to work with oci bundle. tkn task describe … should work the same with in-cluster and an oci bundle.
  • start a run from an oci bundle should also be a think

vdemeester avatar Mar 25 '22 08:03 vdemeester