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
oci.NewFromFS and oci.NewFromTar will always validate the existence of index.json. We might need to loose this check since it is possible to have an OCI image layout with only blobs but no manifest stored.
The text was updated successfully, but these errors were encountered:
qweeah
changed the title
failed to read blob from read-only OCI store if index.json doesn't exist
failed to open a read-only OCI store if index.json doesn't exist
Feb 21, 2023
index.json is a required file for OCI layout.
Instead of relaxing the check, I think we should automatically generate the index.json even if there is no manifest stored in the layout.
oci.NewFromFS and oci.NewFromTar will always validate the existence of
index.json
. We might need to loose this check since it is possible to have an OCI image layout with only blobs but no manifest stored.The text was updated successfully, but these errors were encountered: