# mcbs-hackweek **Repository Path**: mirrors_coreos/mcbs-hackweek ## Basic Information - **Project Name**: mcbs-hackweek - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-22 - **Last Updated**: 2026-01-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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).