Skip to content

Commit

Permalink
Merge pull request #2712 from OSInside/fix_source_locator_for_key_att…
Browse files Browse the repository at this point in the history
…ributes

Fixed documentation for signing key attribute
  • Loading branch information
Conan-Kudo authored Jan 20, 2025
2 parents cf1f137 + 35af7b1 commit d2799e8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/source/image_description/elements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1514,8 +1514,8 @@ the `%arch` macro which will expand to the architecture of the image
building host. The value for the path attribute may begin with any of
the following location indicators:

* ``dir:///local/path``
An absolute path to a directory accessible through the local file system.
* ``file:///local/path/to/file``
An absolute path to a file accessible through the local file system.

* ``ftp://<ftp://>``
A ftp protocol based network location.
Expand Down Expand Up @@ -1558,8 +1558,8 @@ following example:
<repository alias="kiwi">
<source path="{exc_kiwi_repo}">
<signing key="/path/to/sign_key_a"/>
<signing key="/path/to/sign_key_b"/>
<signing key="file:///path/to/sign_key_a"/>
<signing key="file:///path/to/sign_key_b"/>
</source>
</repository>
Expand Down

0 comments on commit d2799e8

Please sign in to comment.