No description
Use the autogenerated test framework from VSCode (with minor fixes to make them compile). As we do not yet support customizations in blueprint, all the tests are trivial. I was not entirely sure about the best way to encode the wanted pipeline output. I currently represent it as a JSON string and unmarshal it into the object to compare with. Signed-off-by: Tom Gundersen <teg@jklm.no> |
||
|---|---|---|
| cmd | ||
| distribution | ||
| internal | ||
| osbuild@cd49e2407c | ||
| tools | ||
| .gitignore | ||
| .gitmodules | ||
| .travis.yml | ||
| dnf-json | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
osbuild-composer
An image building service based on osbuild. It is inspired by lorax-composer and exposes the same API. As such, it is a drop-in replacement.