No description
Find a file
Ondřej Budai f4991cb1ca api: Add support for upload API
This commit introduces basic support for upload API. Currently, all the routes
required by cockpit-composer are supported (except for /compose/log).

Also, ComposeEntry struct is moved outside of the store package. I decided
to do it because it isn't connected in any way to store, it's more connected
to API. Due to this move there's currently a known bug that image size is
not returned. This should be solved by moving Image struct inside Compose
struct by follow-up PR.
2019-12-01 00:05:17 +01:00
cmd Introduce Azure upload test 2019-11-29 12:19:40 +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 support for upload API 2019-12-01 00:05:17 +01:00
osbuild@64713449ce pipeline: support osbuild runners 2019-11-27 02:47:36 +01:00
test pipeline: support osbuild runners 2019-11-27 02:47:36 +01:00
tools image-info: include more properties 2019-11-26 13:48:09 +01:00
.gitignore Refactor Azure upload code to a separate package 2019-11-27 12:14:07 +01:00
.gitmodules image-info: add test 2019-10-05 14:47:35 +02:00
.packit.yaml add packit 2019-11-29 12:16:27 +01:00
.travis.yml pipeline: support osbuild runners 2019-11-27 02:47:36 +01:00
dnf-json api: add support for /projects/depsolve 2019-11-13 14:54:02 +01:00
go.mod test: use google cmp library to do the deep reflect 2019-12-01 00:05:17 +01:00
go.sum test: use google cmp library to do the deep reflect 2019-12-01 00:05:17 +01:00
golang-github-osbuild-composer.spec test: use google cmp library to do the deep reflect 2019-12-01 00:05:17 +01:00
LICENSE Revert "Fill in the license template" 2019-11-15 15:26:51 +01:00
Makefile Refactor Azure upload code to a separate package 2019-11-27 12:14:07 +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.