ci: Bump FCOS config commit to F43 - #5622
Merged
Merged
Conversation
cgwalters
approved these changes
Jul 30, 2026
jmarrero
force-pushed
the
fix-ci-07
branch
6 times, most recently
from
July 31, 2026 05:03
fd40e68 to
26cf014
Compare
jmarrero
force-pushed
the
fix-ci-07
branch
2 times, most recently
from
July 31, 2026 13:38
662b89e to
58dc41b
Compare
The previous pinned commit (0661e4ed) targets Fedora 42 whose repos have been decommissioned and now return 404, breaking compose tests. Update to 93218582 which targets Fedora 43. Also fix issues exposed by the fedora-bootc submodule update which no longer provides the full OS package set or treefile keys: - Add rpm-ostree and kernel to the compose test package set - Inject treefile keys needed by compose tests (boot-location, tmp-is-dir, machineid-compat, rpmdb, opt-usrlocal, etc.) - Use setdefault() for add-commit-metadata in test-basic-unified.sh These were previously provided by the fedora-bootc submodule tier manifests which have been stripped down for the bootc-native build flow.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The previous pinned commit (0661e4ed) targets Fedora 42 whose repos
have been decommissioned and now return 404, breaking compose tests.
Update to 93218582 which targets Fedora 43. This is the last FCOS
commit with a self-contained manifest (releasever, variables, and
the fedora-bootc submodule with the full package set are all
included).
The update to F44 requires significant tests adaptation which we should track separately.
F43 EOL is approximately November 2026.