Skip to content

Commit

Permalink
Merge pull request #349 from jvanz/main
Browse files Browse the repository at this point in the history
chore: update capability name to fetch OCI image manifest.
  • Loading branch information
flavio authored Feb 1, 2024
2 parents dc1662d + 338e874 commit 89af2f8
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ the payload would be the following ones:
* Input payload: `"busybox:latest"`
* Output payload: `{ "digest": "sha256:69e70a79f2d41ab5d637de98c1e0b055206ba40a8145e7bddb55ccc04e13cf8f"}`

## OCI Image manifest
## OCI manifest

This function fetches OCI images manifest. When available, this information can
This function fetches the OCI objects manifest. When available, this information can
be used to identify specific images manifests, for one or more platforms. Or a
single image manifest for the image.

Expand Down Expand Up @@ -111,7 +111,7 @@ This is the description of the waPC protocol used to expose this capability:
<tr>
<td>

`v1/image_manifest`
`v1/oci_manifest`

</td>
<td>
Expand Down

0 comments on commit 89af2f8

Please sign in to comment.