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
Copy file name to clipboardExpand all lines: spec.md
+3
Original file line number
Diff line number
Diff line change
@@ -173,6 +173,9 @@ If the digest does differ, it MAY be the case that the hashing algorithms used d
173
173
See [Content Digests](https://github.com/opencontainers/image-spec/blob/v1.0.1/descriptor.md#digests) <sup>[apdx-3](#appendix)</sup> for information on how to detect the hashing algorithm in use.
174
174
Most clients MAY ignore the value, but if it is used, the client MUST verify the value against the uploaded blob data.
175
175
176
+
A registry that implements the [Referrers Listing](#listing-referrers) MAY include the `OCI-Referrers: absent` header on manifests which do not have any referrers.
177
+
Clients MAY skip requests to the [Referrers Listing](#listing-referrers) for manifests that include the `OCI-Referrers: absent` header.
178
+
176
179
If the manifest is not found in the registry, the response code MUST be `404 Not Found`.
0 commit comments