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 0101a3d + cc56ce5 commit e48b021Copy full SHA for e48b021
modules/oc-adm-by-example-content.adoc
@@ -47,6 +47,9 @@ Mirror an operator-registry catalog
47
# Edit the mirroring mappings and mirror with "oc image mirror" manually
48
oc adm catalog mirror --manifests-only quay.io/my/image:latest myregistry.com
49
oc image mirror -f manifests/mapping.txt
50
+
51
+ # Delete all ImageContentSourcePolicies generated by oc adm catalog mirror
52
+ oc delete imagecontentsourcepolicy -l operators.openshift.org/catalog=true
53
----
54
55
0 commit comments