No description
Find a file
Tom Gundersen de93ddc757 distro/f30: rework customizations
This slightly changes the customizations logic. We now make sure
that each stage is appended exactly once.

customizations.go are now responsible only for the things that are
completely generic, and not per-ouput-type. helpers.go contain more
high-level helpers that combine customziations and per-output-type
defaults.

This does not change the behaviour, though some pipelines are slightly
reordered to make them consistent.

Signed-off-by: Tom Gundersen <teg@jklm.no>
2019-11-26 22:00:04 +01:00
cmd upload/aws: add a sample AWS upload client 2019-11-26 01:05:34 +01:00
distribution distro: move binaries to /usr/libexec to follow Fedora packaging guidelines 2019-11-11 21:13:43 +00:00
internal distro/f30: rework customizations 2019-11-26 22:00:04 +01:00
osbuild@a253aedbc2 submodule: update to get vpc support 2019-11-26 13:48:09 +01:00
test distro/f30: rework customizations 2019-11-26 22:00:04 +01:00
tools image-info: include more properties 2019-11-26 13:48:09 +01:00
.gitignore Introduce Azure upload CLI utility 2019-11-25 17:10:11 +01: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 go.mod: fix order of requires 2019-11-26 13:48:09 +01:00
go.sum upload/aws: add a sample AWS upload client 2019-11-26 01:05:34 +01:00
golang-github-osbuild-composer.spec upload/aws: add a sample AWS upload client 2019-11-26 01:05:34 +01:00
LICENSE Revert "Fill in the license template" 2019-11-15 15:26:51 +01:00
Makefile Introduce Azure upload CLI utility 2019-11-25 17:10:11 +01: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.