diff --git a/docs/reference/ocm_add_resource-configuration.md b/docs/reference/ocm_add_resource-configuration.md index 28648499cf..19b89ca832 100644 --- a/docs/reference/ocm_add_resource-configuration.md +++ b/docs/reference/ocm_add_resource-configuration.md @@ -410,7 +410,7 @@ with the field type in the input field: - Input type ociArtifact This input type is used to import an OCI image from an OCI registry. - If it is a multi-arch image the set of platforms using the "platforms" + If it is a multi-arch image the set of platforms to be imported can be filtered using the "platforms" attribute. The path must denote an OCI image reference. This blob type specification supports the following fields: diff --git a/docs/reference/ocm_add_resources.md b/docs/reference/ocm_add_resources.md index 042abf8c78..6265a41af7 100644 --- a/docs/reference/ocm_add_resources.md +++ b/docs/reference/ocm_add_resources.md @@ -421,7 +421,7 @@ with the field type in the input field: - Input type ociArtifact This input type is used to import an OCI image from an OCI registry. - If it is a multi-arch image the set of platforms using the "platforms" + If it is a multi-arch image the set of platforms to be imported can be filtered using the "platforms" attribute. The path must denote an OCI image reference. This blob type specification supports the following fields: diff --git a/docs/reference/ocm_add_source-configuration.md b/docs/reference/ocm_add_source-configuration.md index f6fd2fa7ba..72242aec44 100644 --- a/docs/reference/ocm_add_source-configuration.md +++ b/docs/reference/ocm_add_source-configuration.md @@ -410,7 +410,7 @@ with the field type in the input field: - Input type ociArtifact This input type is used to import an OCI image from an OCI registry. - If it is a multi-arch image the set of platforms using the "platforms" + If it is a multi-arch image the set of platforms to be imported can be filtered using the "platforms" attribute. The path must denote an OCI image reference. This blob type specification supports the following fields: diff --git a/docs/reference/ocm_add_sources.md b/docs/reference/ocm_add_sources.md index 8863d7d9fc..34903cf46a 100644 --- a/docs/reference/ocm_add_sources.md +++ b/docs/reference/ocm_add_sources.md @@ -419,7 +419,7 @@ with the field type in the input field: - Input type ociArtifact This input type is used to import an OCI image from an OCI registry. - If it is a multi-arch image the set of platforms using the "platforms" + If it is a multi-arch image the set of platforms to be imported can be filtered using the "platforms" attribute. The path must denote an OCI image reference. This blob type specification supports the following fields: diff --git a/docs/reference/ocm_bootstrap_package.md b/docs/reference/ocm_bootstrap_package.md index ed44d538b5..acfaf415af 100644 --- a/docs/reference/ocm_bootstrap_package.md +++ b/docs/reference/ocm_bootstrap_package.md @@ -40,7 +40,7 @@ This resource finally describes an executor image, which will be executed in a container with the installation source and (instance specific) user settings. The container is just executed, the framework make no assumption about the meaning/outcome of the execution. Therefore, any kind of actions can be described and -issued this way, not on installation handling. +issued this way, not only installation handling. The first matching resource of this type is selected. Optionally a set of identity attribute can be specified used to refine the match. This can be the diff --git a/docs/reference/ocm_ocm-pubsub.md b/docs/reference/ocm_ocm-pubsub.md index 97c31de7cd..b8349b4fb0 100644 --- a/docs/reference/ocm_ocm-pubsub.md +++ b/docs/reference/ocm_ocm-pubsub.md @@ -16,12 +16,12 @@ specification versions, and formats: - PubSub type compound - a pub/sub system forwarding events to described sub-level systems. + A pub/sub system forwarding events to described sub-level systems. The following versions are supported: - Version v1 - It is describe by the following field: + It is described by the following field: - **specifications** *list of pubsub specs* diff --git a/docs/reference/ocm_set_pubsub.md b/docs/reference/ocm_set_pubsub.md index 97d483997f..1244c5ce64 100644 --- a/docs/reference/ocm_set_pubsub.md +++ b/docs/reference/ocm_set_pubsub.md @@ -23,7 +23,7 @@ pubsub, ps A repository may be able to store a publish/subscribe specification -to propagate the creation or update of component version. +to propagate the creation or update of component versions. If such an implementation is available this command can be used to set the pub/sub specification for a repository. If no specification is given an existing specification diff --git a/go.mod b/go.mod index 6b32c8b747..fe7159f3ce 100644 --- a/go.mod +++ b/go.mod @@ -16,6 +16,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/s3 v1.58.2 github.com/cloudflare/cfssl v1.6.5 github.com/containerd/containerd v1.7.20 + github.com/containerd/errdefs v0.1.0 github.com/containerd/log v0.1.0 github.com/containers/image/v5 v5.32.0 github.com/cyberphone/json-canonicalization v0.0.0-20231217050601-ba74d44ecf5f @@ -154,7 +155,6 @@ require ( github.com/clbanning/mxj/v2 v2.7.0 // indirect github.com/cloudflare/circl v1.3.7 // indirect github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be // indirect - github.com/containerd/errdefs v0.1.0 // indirect github.com/containerd/platforms v0.2.1 // indirect github.com/containerd/stargz-snapshotter/estargz v0.15.1 // indirect github.com/containers/libtrust v0.0.0-20230121012942-c1716e8a8d01 // indirect