rename component-descriptors
inside the target OCI repository into: componentversions
#1053
Labels
area/ipcei
Important Project of Common European Interest
kind/feature
new feature, enhancement, improvement, extension
Milestone
What would you like to be added:
The ocm-cli is speaking from
componentversions
, e.g.But at the target OCI repository is then a folder
component-descriptors
been created. Why do we have this naming clash?Why is this needed:
Are we transporting component-descriptors or componentversions? Or are componentversions transferred and turned automatically during transfer into component-descriptors? It's too confusing. Let's please keep things as simple as possible:
Create a new component version out of a
component-constructor.yaml
with:ocm add componentversion --create --file ctf .\component-constructor.yaml
and then transfer it. There is no 'component-descriptor' involved.
The text was updated successfully, but these errors were encountered: