An open API service indexing awesome lists of open source software.

https://github.com/coreos/mcbs-hackweek


https://github.com/coreos/mcbs-hackweek

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Build container to generate overrides for an rpm-ostree based system

Goal: support taking a set of RPMs *as well* as an arbitrary set of files in `rootfs/overlays`
(which we turn into an RPM) and using this builder container, generate
an output container that can be applied by the https://github.com/openshift/machine-config-operator/

Accepted inputs:

- rootfs/overlay: Arbitrary filesystem tree.
- rpms/overlay: Passed to `rpm-ostree install`
- rpms/overrides: Passed to `rpm-ostree override replace`

Example: [Dockerfile.test](Dockerfile.test).