https://github.com/coreos/mcbs-hackweek
https://github.com/coreos/mcbs-hackweek
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/coreos/mcbs-hackweek
- Owner: coreos
- License: gpl-3.0
- Created: 2021-09-10T10:38:00.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-17T19:34:42.000Z (almost 5 years ago)
- Last Synced: 2025-05-13T21:23:23.439Z (about 1 year ago)
- Language: Go
- Size: 56.4 MB
- Stars: 0
- Watchers: 6
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).