Skip to content

Commit

Permalink
Merge pull request #48621 from openshift-cherrypick-robot/cherry-pick…
Browse files Browse the repository at this point in the history
…-48438-to-enterprise-4.11

[enterprise-4.11] BZ2029279: Removes the --index-filter-by-os flag
  • Loading branch information
bergerhoffer authored Aug 1, 2022
2 parents 3a29f8f + 73ec08e commit ca4a849
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/olm-mirroring-catalog-colocated.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ $ oc adm catalog mirror \
<3> Optional: If required, specify the location of your registry credentials file.
`{REG_CREDS}` is required for `registry.redhat.io`.
<4> Optional: If you do not want to configure trust for the target registry, add the `--insecure` flag.
<5> Optional: Specify which platform and architecture of the index image to select when multiple variants are available. Images are passed as `'<platform>/<arch>[/<variant>]'`. This does not apply to images referenced by the index. Valid values are `linux/amd64`, `linux/ppc64le`, `linux/s390x`, `linux/arm64`, and `.*`
<6> Optional: Generate only the manifests required for mirroring, and do not actually mirror the image content to a registry. This option can be useful for reviewing what will be mirrored, and it allows you to make any changes to the mapping list if you require only a subset of packages. You can then use the `mapping.txt` file with the `oc image mirror` command to mirror the modified list of images in a later step. This flag is intended for only advanced selective mirroring of content from the catalog; the `opm index prune` command, if you used it previously to prune the index image, is suitable for most catalog management use cases.
<5> Optional: Specify which platform and architecture of the index image to select when multiple variants are available. Images are passed as `'<platform>/<arch>[/<variant>]'`. This does not apply to images referenced by the index. Valid values are `linux/amd64`, `linux/ppc64le`, `linux/s390x`, `linux/arm64`.
<6> Optional: Generate only the manifests required for mirroring without actually mirroring the image content to a registry. This option can be useful for reviewing what will be mirrored, and lets you make any changes to the mapping list, if you require only a subset of packages. You can then use the `mapping.txt` file with the `oc image mirror` command to mirror the modified list of images in a later step. This flag is intended for only advanced selective mirroring of content from the catalog; the `opm index prune` command, if you used it previously to prune the index image, is suitable for most catalog management use cases.
+
.Example output
[source,terminal,subs="attributes+"]
Expand Down

0 comments on commit ca4a849

Please sign in to comment.