Schutzfile: update osbuild dependency #725
Merged
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.
Some strange failures started happening last week in our CI. The ostree containers that we use to build ostree-based images appear to be randomly failing to start, or return
403 Forbidden
when queried. This makes our CI pipeline flaky which is blocking any PR from being merged through the merge queue (see for example the failures here https://gitlab.com/redhat/services/products/image-builder/ci/images/-/pipelines/1314481981).I suspect this might be related to PR #716, which changes the CI configurations to all run on Fedora 40. In that PR, all ostree containers were rebuilt on F40 and now all subsequent runs (that don't need to update the image) use these new containers. I'm hoping the issue is related to our Fedora 40 runners being quite old (pre GA), and some already-solved bug is causing this.
I need to look into this further and figure out if (and why) this is happening, but in the meantime, let's try to unblock PRs by rebuilding everything on Fedora 39 again.
This PR updates the osbuild commit ID, which will trigger a rebuild of all image types.