Skip to content

Commit

Permalink
🐛 fix: oras cli changed to --config
Browse files Browse the repository at this point in the history
ORAS CLI has changed. Therefore the tutorial breaks as the --manifest-config option is not available in the most recent version of ORAS v1.2

Signed-off-by: Benedikt <30891577+b3n3d17@users.noreply.github.com>
  • Loading branch information
b3n3d17 authored and ashutosh-narkar committed Oct 22, 2024
1 parent 58ec50b commit f7957bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/management-bundles.md
Original file line number Diff line number Diff line change
Expand Up @@ -1309,7 +1309,7 @@ To push the build image to an upstream registry we first need to login using:

And now we can push our policy using:
```bash
oras push ghcr.io/someorg/policy-hello:1.0.0 --manifest-config config.json:application/vnd.oci.image.config.v1+json bundle.tar.gz:application/vnd.oci.image.layer.v1.tar+gzip
oras push ghcr.io/someorg/policy-hello:1.0.0 --config config.json:application/vnd.oci.image.config.v1+json bundle.tar.gz:application/vnd.oci.image.layer.v1.tar+gzip
```

###### Spin up the policy with OPA CLI
Expand Down

0 comments on commit f7957bd

Please sign in to comment.