No description
Prior to this commit outputs directory used by local target was owned by root. This made impossible for osbuild-composer to delete images. (osbuild-composer doesn't run as root). This commit introduces state directory in which osbuild-composer creates outputs directory. Because this directory is owned by osbuild-composer, it's able to delete files inside. |
||
|---|---|---|
| cmd | ||
| distribution | ||
| internal | ||
| osbuild@d8bb359e81 | ||
| test | ||
| tools | ||
| .gitignore | ||
| .gitmodules | ||
| .packit.yaml | ||
| .travis.yml | ||
| dnf-json | ||
| go.mod | ||
| go.sum | ||
| golang-github-osbuild-composer.spec | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
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.