Skip to content

Commit

Permalink
adding oras manifest fetch to the docs "Pushing_and_pulling"
Browse files Browse the repository at this point in the history
Signed-off-by: Shubham Singh <116020663+1Shubham7@users.noreply.github.com>
  • Loading branch information
1Shubham7 authored Aug 6, 2023
1 parent a5f5815 commit 2b2531f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/how_to_guides/pushing_and_pulling.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,13 @@ See [OCI Artifacts](https://github.com/opencontainers/image-spec/blob/main/manif
./docs/:application/vnd.acme.rocket.docs.layer.v1+tar
```

- The push would generate the following manifest:
- The push will generate a manifest file. To output it, run the following command:

```
oras manifest fetch localhost:5000/hello-artifact:v2 --pretty
```

Results in:

```json
{
Expand Down

0 comments on commit 2b2531f

Please sign in to comment.