Skip to content

Commit 77e0b27

Browse files
eddiezanejacobbmay
andcommitted
oci2disk: fix: update readme to new oras
Signed-off-by: Eddie Zaneski <[email protected]> Co-authored-by: Jacob May <[email protected]>
1 parent 66e4fc9 commit 77e0b27

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

oci2disk/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ as this will simplify the process of creating a new "artifact" that can be used
1414
The below example will push a `debian` image to a registry:
1515

1616
```
17-
oras push 192.168.0.173/test/debian:raw.gz --manifest-config /dev/null:application/vnd.acme.rocket.config ./debian.raw.gz --insecure
17+
# defaults to expected layer media-type of application/vnd.oci.image.layer.v1.tar
18+
oras push 192.168.0.173/test/debian:raw.gz ./debian.raw.gz --insecure
1819
```
1920

2021
We can then use this image by referring too it with teh `IMG_URL` environment variable.

0 commit comments

Comments
 (0)