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
*`org.opencontainers.image.ref.created` - Date and time the reference was created (date-time string as defined by RFC 3339). If unknown, default to epoch.
596
+
*`org.opencontainers.image.ref.name` - Reference name of the manifest.
597
+
598
+
The following annotations MAY be included:
599
+
*`org.opencontainers.image.created` - Date and time on which the image was built (date-time string as defined by RFC 3339).
600
+
*`org.opencontainers.image.pull.count` - Number of times the image has been pulled from the registry.
601
+
*`org.opencontainers.image.pull.timestamp` - Date and time on which the image was last pulled from the registry.
602
+
562
603
_Implementers note:_
563
604
Previous versions of this specification did not include the `Link` header.
564
605
Clients depending on the number of tags returned matching `n` may prematurely stop pagination on registries using the `Link` header.
565
-
When available, clients should prefer the `Link` header over using the `last` parameter for pagination.
606
+
When available, clients should prefer the `Link` header over using the `last` parameter for pagination. If using enhanced
0 commit comments