Skip to content

Commit 318cfea

Browse files
authored
Merge pull request #39660 from xenolinux/podman
BZ2020144: Add an option to opm index add command
2 parents da9bd92 + af49f54 commit 318cfea

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

modules/olm-updating-index-image.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,13 @@ endif::[]
3636
$ opm index add \
3737
--bundles <registry>/<namespace>/<new_bundle_image>@sha256:<digest> \//<1>
3838
--from-index <registry>/<namespace>/<existing_index_image>:<tag> \//<2>
39-
--tag <registry>/<namespace>/<existing_index_image>:<tag> <3>
39+
--tag <registry>/<namespace>/<existing_index_image>:<tag> \//<3>
40+
--pull-tool podman <4>
4041
----
4142
<1> A comma-separated list of additional bundle images to add to the index.
4243
<2> The existing index that was previously pushed.
4344
<3> The image tag that you want the updated index image to have.
45+
<4> A tool that pulls images for `opm index add`.
4446

4547
. Push the updated index image:
4648
+

0 commit comments

Comments
 (0)