-
Notifications
You must be signed in to change notification settings - Fork 240
question regarding index with subject but without artifactType #458
Copy link
Copy link
Closed
Milestone
Description
OCI image spec 1.1.0-rc4 allows image index to have subject(updated in this commit) and artifactType(update in this commit). Since both fields are optional, it's possible that user can push an index with subject but no artifactType like below.
flowchart
index --subject--> image
My questions is: should such index be considered as valid when being pushed? If yes,
- When Referrers API is enabled and user is trying to get the referrers of
image, should the descriptor ofindexbe included in the returned value of Referrers API? - When Referrers API is not enabled, client need to add a descriptor to the referrers index, what should the
artifactTypebe in the newly added descriptor? Distribution-spec 1.1.0 rc3 only covers image referrer but not mentioning index.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels