This repository is, primarily, a Go library for generating osbuild manifests
(more details here).
It also has some libraries for uploading artifacts to cloud platforms and Koji.
The binaries implemented in cmd/
are for development and testing purposes and not part of the library.
Please refer to the developer guide to learn about our workflow, code style and more.
See also the local developer documentation for useful information about working with this specific project.
The build-requirements of the Go library for Fedora and rpm-based distributions are:
go
gpgme-devel
(see also Containerfile
)
Other dependencies only needed in some cases are:
btrfs-progs-devel
, device-mapper-devel
pkg/container
, which even in that case can be skipped using exclude_graphdriver_btrfs and exclude_graphdriver_devicemapper (see bootc-image-builder).krb5-devel
pkg/upload/koji
osbuild-depsolve-dnf
pkg/dnfjson
.
or to run cmd/gen-manifests
and cmd/build
osbuild
(and subpackages)cmd/build
.https://github.com/osbuild/images.git
git@github.com:osbuild/images.git
Each pull request against images
starts a series of automated
tests. Tests run via GitHub Actions and GitLab CI. Each push to the pull request
will launch theses tests automatically.