Commit Graph

2 Commits

Author SHA1 Message Date
Marcus Schäfer
4e63703f70
Update descriptions to schema v7.5 2022-03-09 18:19:31 +01:00
Marcus Schäfer
e0f47f49cf
Allow repo path relative to the image description
This commit adds a new URI type called this://... The
this:// part will be resolved into the absolute path to
the image description. A source path like the following:

    <source path="this://my_repo"/>

is resolved to

    <source path="dir:///path/to/image/description/my_repo"/>

This change provides the requested opportunity to reference
repos provided as part of the image description and
Fixes #1964
2021-11-25 13:13:52 +01:00