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: docs/distribution/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Several options for how to persist a signature were explored. We measure these o
18
18
19
19
* Maintain the original artifact digest and collection of associated tags, supporting existing dev through deployment workflows
20
20
* Multiple signatures per artifact, enabling the originating vendor signature, public registry certification and user/environment signatures
21
-
* Native Persistence within an OCI Artifact enabled, distribution*spec based registry
21
+
* Native Persistence within an OCI Artifact enabled, distributionspec based registry
22
22
* Artifact and signature copying within and across OCI Artifact enabled, distribution spec based registries
23
23
* Support multi-tenant registries enabling cloud providers and enterprises to support managed services at scale
24
24
* Support private registries, where public content may be copied to, and new content originated within
@@ -228,7 +228,7 @@ Example **manifests** for a container image (`net-monitor:v1`) and two signature
228
228
}
229
229
```
230
230
231
-
The `manifest.config` contains the following signature information:
231
+
The `index.config` contains the following signature information:
232
232
233
233
```json
234
234
{
@@ -364,7 +364,7 @@ This model is a hybrid of the 1 & 2, but moves the Persistence of the signature
364
364
}
365
365
```
366
366
367
-
2. **index digest for the wabbit-networks signature** `sha256:222ibbf80b44ce6be8234e6ff90a1ac34acbeb826903b02cfa0da11c82cb222i`
367
+
2. **index digest for the wabbit-networks signature of the `net-monitor:v1` image** `sha256:222ibbf80b44ce6be8234e6ff90a1ac34acbeb826903b02cfa0da11c82cb222i`
0 commit comments