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.
2 parents da9bd92 + af49f54 commit 318cfeaCopy full SHA for 318cfea
modules/olm-updating-index-image.adoc
@@ -36,11 +36,13 @@ endif::[]
36
$ opm index add \
37
--bundles <registry>/<namespace>/<new_bundle_image>@sha256:<digest> \//<1>
38
--from-index <registry>/<namespace>/<existing_index_image>:<tag> \//<2>
39
- --tag <registry>/<namespace>/<existing_index_image>:<tag> <3>
+ --tag <registry>/<namespace>/<existing_index_image>:<tag> \//<3>
40
+ --pull-tool podman <4>
41
----
42
<1> A comma-separated list of additional bundle images to add to the index.
43
<2> The existing index that was previously pushed.
44
<3> The image tag that you want the updated index image to have.
45
+<4> A tool that pulls images for `opm index add`.
46
47
. Push the updated index image:
48
+
0 commit comments