Micah Abbott
Micah Abbott
Some folks on the CoreOS team are trying to better understand what kind of tests we have for FCOS/RHCOS and where we have opportunity to grow our coverage. The first...
I'm trying to replace all of the RPMs from the `container-tools` module when doing an RHCOS build by using the RPM overrides, but things are not cooperating. ``` Using RPM...
https://github.com/openshift/os/issues/646#issuecomment-934808208 ``` $ export COREOS_ASSEMBLER_CONTAINER=quay.io/coreos-assembler/coreos-assembler:rhcos-4.9 $ coreos-assembler shell COREOS_ASSEMBLER_CONTAINER=quay.io/coreos-assembler/coreos-assembler:rhcos-4.9 BASH_FUNC_coreos-assembler%%=() { env | grep --color=auto COREOS_ASSEMBLER; chrt --idle 0 podman run --rm -ti --security-opt label=disable --privileged --uidmap=1000:0:1 --uidmap=0:1:1000 --uidmap 1001:1001:64536...
Using `quay.io/coreos-assembler/coreos-assembler:latest` (maps to commit 350c1d93bc3343c8f523d642664bccd8dc0424c9), when I do `coreos-assembler run --kargs foo=bar --kargs bar=foo`, only the last karg is being appended to the kernel cmdline. ``` $ coreos-assembler run...
In the example below, I've build an RHCOS ostree commit and then a set of extensions. When I bump `src/config` to HEAD of `master` where only `extensions.yaml` changed, `cosa` doesn't...
In #1768, a change was made for `ppc64le` to bump the required memory to 8G. @darkmuggle suggested platform defaults would be a better approach. Let's use this issue to track/discuss...
As part of our CI, it would be useful to have a set of compose tests that exercises the different build "state" that one could find themselves in: - initial...
Perhaps it is just me not reading the spec carefully enough, but I made the mistake of trying to merge two FCCT yaml docs like this: ```yaml variant: fcos version:...
For an image-based OS, it may be desirable to have the `fetchit` systemd services pre-installed in the OS, so that users have one less step to get the services enabled...
Creating this issue as a place-holder for discussing a variant specific to the RHEL for Edge use case. We envision supporting Ignition on RHEL for Edge systems in the future...