Timothée Ravier
Timothée Ravier
There is a 1:1 match between the openshift variants and openshift releases to let users use a spec version matching their openshift release at all times, without having to think...
Pending PR: https://github.com/coreos/butane/pull/542
Just a small note for your name in the Git config: ``` From: YASMIN VALIM ``` You probably want `Yasmin Valim ` instead. You'll have to modify it in you...
You can find an small example SELinux module (CIL) in https://github.com/coreos/fedora-coreos-tracker/issues/1447#issuecomment-1528146989
The example Butane config should likely only include the content of the SELinux module: ``` variant: fcos version: 1.6.0-experimental selinux: module: - name: "permissive-keyutils" - contents: | (type keyutils_request_t) (typepermissive...
Related to https://github.com/ostreedev/ostree/issues/1469 & https://gitlab.com/fedora/bootc/tracker/-/issues/3
The unified core mode goes from RPMs to ostree commit without any steps in the middle, so you can not install the RPMs, do some postprocess, etc. like the current...
Draft as we probably want to use a JSON crate for this.
c9s test is failing because it tries to build bootc and thus needs https://github.com/containers/bootc/pull/472. Maybe I should not change the number of args of this function and add a new...