From 5f1fc6ba4477868dc0ca5b4aeed1840c143d4a40 Mon Sep 17 00:00:00 2001 From: Uwe Krueger Date: Mon, 21 Oct 2024 14:03:33 +0200 Subject: [PATCH] fix mapocirepoattr doc --- api/ocm/extensions/attrs/mapocirepoattr/attr.go | 2 -- docs/reference/ocm.md | 2 -- docs/reference/ocm_attributes.md | 2 -- 3 files changed, 6 deletions(-) diff --git a/api/ocm/extensions/attrs/mapocirepoattr/attr.go b/api/ocm/extensions/attrs/mapocirepoattr/attr.go index 3f5c0ad53..349db34c9 100644 --- a/api/ocm/extensions/attrs/mapocirepoattr/attr.go +++ b/api/ocm/extensions/attrs/mapocirepoattr/attr.go @@ -51,8 +51,6 @@ Notes: - The mapping only occurs in transfer commands and only when transferring to OCI registries (e.g. when transferring to a CTF archive this option will be ignored). -- The mapping only happens for local resources. When external image references are transferred (with - option --copy-resources) the mapping will be ignored. - The mapping in mode prefixMapping requires a full prefix of the composed final name. Partial matches are not supported. The host name of the target will be skipped. - The artifact name of the component-descriptor is not mapped. diff --git a/docs/reference/ocm.md b/docs/reference/ocm.md index 9415b9ef7..c88be5680 100644 --- a/docs/reference/ocm.md +++ b/docs/reference/ocm.md @@ -167,8 +167,6 @@ The value can be a simple type or a JSON/YAML string for complex values - The mapping only occurs in transfer commands and only when transferring to OCI registries (e.g. when transferring to a CTF archive this option will be ignored). - - The mapping only happens for local resources. When external image references are transferred (with - option --copy-resources) the mapping will be ignored. - The mapping in mode prefixMapping requires a full prefix of the composed final name. Partial matches are not supported. The host name of the target will be skipped. - The artifact name of the component-descriptor is not mapped. diff --git a/docs/reference/ocm_attributes.md b/docs/reference/ocm_attributes.md index bcbaefad4..a6e94b5d1 100644 --- a/docs/reference/ocm_attributes.md +++ b/docs/reference/ocm_attributes.md @@ -59,8 +59,6 @@ OCM library: - The mapping only occurs in transfer commands and only when transferring to OCI registries (e.g. when transferring to a CTF archive this option will be ignored). - - The mapping only happens for local resources. When external image references are transferred (with - option --copy-resources) the mapping will be ignored. - The mapping in mode prefixMapping requires a full prefix of the composed final name. Partial matches are not supported. The host name of the target will be skipped. - The artifact name of the component-descriptor is not mapped.