Skip to content

Commit

Permalink
Improve README.md > fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtSilvio committed Jan 8, 2024
1 parent 3809f5b commit 1cf49c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,8 @@ More sophisticated dependency management can be applied, such as substituting a
Also, the OCI components can be published without the need to republish all artifacts of parent images.

Furthermore, we are used to an image having at maximum one parent image, but this plugin allows to declare multiple parent image dependencies.
The dependencies than form a directed graph which will be traversed when assembling the OCI image.
The following diagram shows an example, where the "application" and "java" OCI components have two parent image dependencies.
The dependencies then form a directed graph which will be traversed when assembling the OCI image.
The following diagram shows an example where the "application" and "java" OCI components have two parent image dependencies.

![multiple-parent-image-dependencies.drawio.svg](docs/images/multiple-parent-image-dependencies.drawio.svg)

Expand Down

0 comments on commit 1cf49c3

Please sign in to comment.