We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66e4fc9 commit 77e0b27Copy full SHA for 77e0b27
oci2disk/README.md
@@ -14,7 +14,8 @@ as this will simplify the process of creating a new "artifact" that can be used
14
The below example will push a `debian` image to a registry:
15
16
```
17
-oras push 192.168.0.173/test/debian:raw.gz --manifest-config /dev/null:application/vnd.acme.rocket.config ./debian.raw.gz --insecure
+# 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
19
20
21
We can then use this image by referring too it with teh `IMG_URL` environment variable.
0 commit comments