Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions modules/olm-pruning-index-image.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,12 @@ $ opm index prune \
-f {index-image-pullspec} \// <1>
-p {package1},{package2},{package3} \// <2>
-t <target_registry>:<port>/<namespace>/{index-image} <3>
-i registry.redhat.io/openshift4/ose-operator-registry/{index-image} <4>
----
<1> Index to prune.
<2> Comma-separated list of packages to keep.
<3> Custom tag for new index image being built.
<4> For IBM Power Systems and IBM Z images only, you must add the `-i` entry to the command.

. Run the following command to push the new index image to your target registry:
+
Expand Down