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 858b70e commit af49f54Copy full SHA for af49f54
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