You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@rchincha Thanks a lot for investigating this issue. After taking a close look, this regression was introduced from oras-go library in oras-project/oras-go#359.
The manifest was packed into the file store, oras-go created a cache but the packed manifest was not cache. Should check whether the cache contains the descriptor in here.
…-project#715)
To accommodate the latest breaking change in oras-go rc6.
Resolvesoras-project#719
Signed-off-by: wangxiaoxuan273 <wangxiaoxuan119@gmail.com>
What happened in your environment?
In context of #709, trying to figure out what broke.
Looks like a regression at 2329c6e.
First skopeo copy busybox:latest image into zot, then
With oras v0.16.0
With oras 2329c6e, see this error.
What did you expect to happen?
No response
How can we reproduce it?
Pls see above.
What is the version of your ORAS CLI?
2329c6e
What is your OS environment?
ubuntu 22.04
Are you willing to submit PRs to fix it?
The text was updated successfully, but these errors were encountered: