osbuild / images

Image builder image definition library
Apache License 2.0
23 stars 50 forks source link

Images

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.

Project

Principles

  1. The image definitions API is internal and can therefore be broken. The blueprint API is the stable API.
  2. Nonsensical manifests should not compile (at the Golang level).
  3. OSBuild units (stages, sources, inputs, mounts, devices) should be directly mapped into Go objects.
  4. Image definitions don’t test distributions that are end-of-life. Respective code-paths should be dropped.
  5. Image definitions need to support the oldest supported target distribution.

Contributing

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:

(see also Containerfile )

Other dependencies only needed in some cases are:

Repository:

Pull request gating

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.

License: