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
***SCHEME**: The transport scheme, e.g. **file://** or **https://**
10
-
***URI**: For remote transport schemes, the signature server URI, e.g. **example.com**
11
-
***PATH_PREFIX**: The path to the base of the registry directory
12
-
***REGISTRY**: The registry URI and optional port, e.g. **registry.example.com:5000**
13
-
***REPOSITORY**: The repository namespace. May occur multiple times for registries that support multiple repository namespaces.
14
-
***IMAGE**: The name of the image
7
+
This specification relies on [RFC3986](https://tools.ietf.org/html/rfc3986), focusing on defining a [path component](https://tools.ietf.org/html/rfc3986#section-3.3) to compose a concise URI reference to a signature.
***SCHEME**: URI scheme per [RFC3986](https://tools.ietf.org/html/rfc3986#section-3.1), e.g. **file://** or **https://**
14
+
***AUTHORITY**: An optional authority reference per [RFC3986](https://tools.ietf.org/html/rfc3986#section-3.2), e.g. **example.com**
15
+
***PATH_PREFIX**: An arbitrary base path to the image component
16
+
***IMAGE**: The name of the image per [v2 API](https://docs.docker.com/registry/spec/api/#/overview). This would typically take the form of registry/repository/image but is not required to have exactly three parts. There is no requirement to include a **:PORT** component but it should be included if part of the image reference.
15
17
***MANIFEST_DIGEST**: The value of the manifest digest, including the hash function and hash, e.g. **sha256:HASH**
16
18
***INT**: An integer of the signature starting with 1. For multiple signatures increment by 1, e.g. **signature-1**, **signature-2**.
There is no signature indexing mechanism or service defined. Signatures are obtained by iterating with increasing indexes, stopping at first missing index.
0 commit comments