mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
20 lines
992 B
Plaintext
20 lines
992 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * installing/disconnected_install/installing-mirroring-disconnected-v2.adoc
|
|
|
|
:_mod-docs-content-type: CONCEPT
|
|
[id="oc-mirror-signature-mirroring_{context}"]
|
|
= Mirroring and verifying image signatures in oc-mirror plugin v2
|
|
|
|
[role="_abstract"]
|
|
The oc-mirror plugin v2 supports mirroring and verifying cosign tag-based signatures for container images. By default, signature mirroring is enabled. When enabled, the oc-mirror plugin v2 mirrors `Sigstore` tag-based signatures for the following images:
|
|
|
|
* {product-title} release images
|
|
* Operator images
|
|
* Additional images
|
|
* Helm charts
|
|
|
|
[NOTE]
|
|
====
|
|
If you do not provide a configuration file, the oc-mirror plugin v2 enables signature mirroring for all images. To specify a custom configuration directory, use the `--registries.d` flag. For more details, see the link:https://github.com/containers/image/blob/main/docs/containers-registries.d.5.md[`containers-registries.d(5)`] manual.
|
|
==== |