RESTGetBinaryDataForSignature#

GET - /signatures/reference/{repository}@{manifest_digest}/signature-{non_zero_index}

Get binary data for given signature (see containers/image blob/master/docs/signature-protocols.md). It is recommended to use ?sort_by=last_update_date to ensure the order.

Parameters#

Path#

repository | String

Path of the repository

manifest_digest | String

Docker repository manifest digest with algo, e.g. sha256:1a2b3c… or sha256=1a2b3c….

non_zero_index | Integer

Sequential identifier of an object starting with 1.

Query#

sort_by | List[String]

Comma separated list of fields that are used to sort objects. Each field can be ordered in a descending (desc) or ascending (asc) order. The order can be defined for each key separately, e.g. key[asc],key[desc]. Default sorting order is ascending.

Returns#

content | application/octet-stream