Skip to content

Commit

Permalink
Typo (#860)
Browse files Browse the repository at this point in the history
correct typo

---------

Co-authored-by: Fabian Burth <[email protected]>
  • Loading branch information
morri-son and fabianburth authored Aug 2, 2024
1 parent d117e69 commit 1d08641
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion cmds/ocm/commands/toicmds/package/bootstrap/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,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
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/ocm_add_resource-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ with the field <code>type</code> in the <code>input</code> field:
- Input type <code>ociArtifact</code>

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:
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/ocm_add_resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ with the field <code>type</code> in the <code>input</code> field:
- Input type <code>ociArtifact</code>

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:
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/ocm_add_source-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ with the field <code>type</code> in the <code>input</code> field:
- Input type <code>ociArtifact</code>

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:
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/ocm_add_sources.md
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ with the field <code>type</code> in the <code>input</code> field:
- Input type <code>ociArtifact</code>

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:
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/ocm_bootstrap_package.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/ocm_ocm-pubsub.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ specification versions, and formats:

- PubSub type <code>compound</code>

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 <code>v1</code>

It is describe by the following field:
It is described by the following field:

- **<code>specifications</code>** *list of pubsub specs*

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/ocm_set_pubsub.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1d08641

Please sign in to comment.