No description
Find a file
Jacob Kozol c4088caee1 api: add blueprint freeze route
The blueprint freeze route returns the blueprint info but each
package will be the package selected by depsolving. So, instead of the
version being the version number with optional wildcards as
/blueprints/info would provide, the version is of the form
`Version-Release.Arch`.
2019-11-15 00:25:18 +01:00
cmd remove packages from weldr API initialization 2019-11-14 12:16:07 +01:00
distribution distro: move binaries to /usr/libexec to follow Fedora packaging guidelines 2019-11-11 21:13:43 +00:00
internal api: add blueprint freeze route 2019-11-15 00:25:18 +01:00
osbuild@1f526477d2 submodule: bump to osbulid-5 2019-10-31 23:05:32 +01:00
test add more local boot test cases 2019-11-13 21:06:49 +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 add more local boot test cases 2019-11-13 21:06:49 +01:00
dnf-json api: add support for /projects/depsolve 2019-11-13 14:54:02 +01:00
go.mod api: improve parity of /{modules,projects}/{list,info} routes 2019-11-15 00:23:24 +01:00
go.sum api: improve parity of /{modules,projects}/{list,info} routes 2019-11-15 00:23:24 +01:00
golang-github-osbuild-composer.spec spec: update to packaging guidelines 2019-11-13 19:37:28 +01: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.