fedora-coreos-config
fedora-coreos-config copied to clipboard
Base configuration for Fedora CoreOS
The plan is to keep using the registry.fedoraproject.org name but redirect it to quay.io. Reverts: https://github.com/coreos/fedora-coreos-config/pull/2623 See: https://pagure.io/fedora-infrastructure/issue/11543
Requirement of this PR. During the ignition experimental version test with CEX feature on basis of [PR](https://github.com/coreos/ignition/pull/1820) when dasd device luks encrypted with IBM crypto card, the `ignition-ostree-growfs` failed, as...
Based on https://github.com/coreos/fedora-coreos-config/pull/774. Copy text here: This introduces a new `ignition-ostree-sysusers.service`, which takes care of poulating users and groups on the target sysroot before the `Ignition` files stage.
manifests: Split container engines into sub-manifests - Split podman, moby-engine and related packages into distinct sub-manifests - Include both container engines by default - Ensure that they are excluded if...
We really want to aim to eventually enable this by default, let's test things out in rawhide. A thing that this is known to break is the "chattr -i" hack...
This is testing https://github.com/coreos/fedora-coreos-config/pull/2856 applied to rawhide
I'd like to build fcos with python3 installed so that the system is able to be managed via ansible. I'm following the established pattern of including this repo as a...
We'll experiment with this in `rawhide` to see what kind of real world gains we get from using zstd compression. Also see if there are any bugs that crop up....
For at least the `ext.config.extensions.package` test (there may be others): ``` Dec 08 16:50:29 qemu0 kola-runext-package[2091]: ++ jq -r '.deployments[0]["base-commit-meta"]["fedora-coreos.stream"]' Dec 08 16:50:29 qemu0 kola-runext-package[2088]: + rpm-ostree install --apply-live gdb...
The issue occurs at unexpected shutdown (such as power-off, or ctrl + a +x to exit qemu) after first boot, data was not completely saved to disk. ------ Ignition has...