-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: manifest fetch
fails when confirming the platform of a manifest
#636
Comments
Let's create a fix to |
Why applying |
It will check the config file to confirm that it is indeed an image for arm64/linux. |
Thank you, I understand the root cause of this issue. I previously missed the fact that config file might be fetched inside this callee function. So, the ReadOnlyStorage passed to it shouldn't be a |
…fetch a blob (#637) Resolve #636 Signed-off-by: Haoliang Yue <[email protected]>
…fetch a blob (oras-project#637) Resolve oras-project#636 Signed-off-by: Haoliang Yue <[email protected]>
…fetch a blob (oras-project#637) Resolve oras-project#636 Signed-off-by: Haoliang Yue <[email protected]>
…fetch a blob (#637) Resolve #636 Signed-off-by: Haoliang Yue <[email protected]>
…fetch a blob (oras-project#637) Resolve oras-project#636 Signed-off-by: Haoliang Yue <[email protected]>
Reproduce step
Root cause is that the a manifestStore is used for blob(config) fetching
The text was updated successfully, but these errors were encountered: