Jonathan Lebon

Results 581 comments of Jonathan Lebon
trafficstars

Not much code. Just https://github.com/openshift/os/blob/master/Containerfile, which runs https://github.com/openshift/os/blob/master/scripts/apply-manifest, which applies https://github.com/openshift/os/blob/master/packages-openshift.yaml. Basically just a wrapper around `rpm-ostree install` (though locally I've already switched that over to `dnf install`) and running...

Ended up just doing [openshift/os@`f202927` (#1661)](https://github.com/openshift/os/pull/1661/commits/f202927c40c2880501da4af662376e51abbe4dfb) for the RHCOS/OCP case.

Just to emphasize this: doing this would have a pretty drastic impact on image mode convergence. For example, it would immediately enable us to build RHCOS in a container-native way...

Sorry, going to add more here. (You can tell I'm excited about this. :)) A lot of this is context for folks I'm discussing this with and not necessarily for...

> > At the higher image mode level, the most obvious impact is on [bootc-image-builder](https://github.com/osbuild/bootc-image-builder). This would allow building image mode disk images unprivileged via OpenShift by just bringing up...

Hmm, CI failures don't seem to be related to the changes here. At least, I see the same failures in other PRs.

> Unfortunately we don't have a good means to verify this works end to end without some form of end to end test - and even then, would it require...

> Our future feature sets for building container images are going to land upstream either in the Tekton or Shipwright projects. Yeah, understandable. But the thing is that OpenShift CI...

Still very interested in this. Please let me know if writing a test for it would unblock it.