No description
Find a file
Tom Gundersen d302ac6d09 blueprint/output/qcow2: add unit tests
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>
2019-10-18 15:57:31 +02:00
cmd osbuild-composer: Fix imports broken by new module name 2019-10-09 08:06:07 +02:00
distribution build-sys: rework makefiles 2019-10-11 17:40:31 +02:00
internal blueprint/output/qcow2: add unit tests 2019-10-18 15:57:31 +02:00
osbuild@cd49e2407c image-info: add test 2019-10-05 14:47:35 +02:00
tools image-info: add test 2019-10-05 14:47:35 +02:00
.gitignore image-info: add test 2019-10-05 14:47:35 +02:00
.gitmodules image-info: add test 2019-10-05 14:47:35 +02:00
.travis.yml image-info: add test 2019-10-05 14:47:35 +02:00
dnf-json dnf-json: Remove custom dnf cache directory 2019-10-14 23:45:53 +02:00
go.mod osbuild-composer: Rename module to github.com/osbuild/osbuild-composer 2019-10-08 21:44:57 +02:00
go.sum Integration of osbuild composer with systemd 2019-10-02 17:56:59 +02:00
LICENSE Add README and LICENSE files 2019-10-14 10:31:04 +02:00
Makefile build-sys: rework makefiles 2019-10-11 17:40:31 +02:00
README.md Add README and LICENSE files 2019-10-14 10:31:04 +02:00

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.