Slowness and strange behaviour of OCM handling OCI Images #293
Labels
area/ipcei
Important Project of Common European Interest
component/ocm-cli
OCM Command Line Interface
component/ocm-core
Open Component Model Core aka. go API
kind/bugfix
Bug
Milestone
There are some problem dealing with newly created TAGs and images and there is also a significant slowness of the new ORAS code to deal with OCI images. The following terminal actions tell the story:
The SHA is taken each time directly from the repository by checking what the created tag corresponds to. In case of 0.16.0 using the hash isn't working.
Using the tag also doesn't work:
Using with
component-descriptor
:Downloading the component directly works. Whatever the reason for the layering is we should NOT break functionality working previously.
Looking at the
time
we also see that the oras one (16) works significantly slower during transfer actions.The text was updated successfully, but these errors were encountered: