No description
Find a file
Jacob Kozol 5fe42f13d7 blueprint: add change object for blueprints
Add a struct to store changes made to a blueprint. Each change contains
a commit which is a hex string based off of an sha1 hash, a message
describing the change, a revision which will usually be null, a
timestamp, and the blueprint at the time of the change.
2019-11-13 14:51:06 +01:00
cmd distro: add DetectHost 2019-11-10 17:23:14 +01:00
distribution distro: move binaries to /usr/libexec to follow Fedora packaging guidelines 2019-11-11 21:13:43 +00:00
internal blueprint: add change object for blueprints 2019-11-13 14:51:06 +01:00
osbuild@1f526477d2 submodule: bump to osbulid-5 2019-10-31 23:05:32 +01:00
test Introduce local boot test case for QCOW2 2019-11-11 15:47:01 +01:00
tools test: move image-info tests to test/ 2019-10-30 01:25:44 +01:00
.gitignore QCOW2 image generation and output test 2019-10-22 13:52:36 +02:00
.gitmodules image-info: add test 2019-10-05 14:47:35 +02:00
.travis.yml Introduce local boot test case for QCOW2 2019-11-11 15:47:01 +01:00
dnf-json Revert "rpmmd: make dnf-json executable" 2019-11-13 00:36:50 +01: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
golang-github-osbuild-composer.spec 2 2019-11-11 21:13:43 +00:00
LICENSE Fill in the license template 2019-11-11 18:31:17 +01:00
Makefile distro: move binaries to /usr/libexec to follow Fedora packaging guidelines 2019-11-11 21:13:43 +00: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.