-
Notifications
You must be signed in to change notification settings - Fork 114
go.mod: update osbuild/images to v0.202.0 #4886
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
96ed0bf
to
12f0ad8
Compare
achilleas-k
previously approved these changes
Oct 6, 2025
Sadly broken (for now) as it requires
|
12f0ad8
to
bb70862
Compare
Also bump the minimum required osbuild version to v160 and update rpmrepo snapshots due to selinux policy dependency. Signed-off-by: Tomáš Hozza <[email protected]>
bb70862
to
8335f54
Compare
This will make debugging much easier. Signed-off-by: Tomáš Hozza <[email protected]>
In [0] commit, we did the change for GCP image type only. We are hitting the "No space left on device" error while building Azure and OCI image types on RHEL-8.10. The images have 3 GiB root partition, which is not big enough to accommodate all the installed content. We use CDN repos for RHEL-8.10 testing, so most probably some recent batch update made the difference and caused the failure. Let's be consistent and make sure that the root partition min size is at least 4 GiB for all image types that use filesystem customizations. [0] 845f840 Signed-off-by: Tomáš Hozza <[email protected]>
achilleas-k
approved these changes
Oct 8, 2025
supakeen
approved these changes
Oct 9, 2025
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.
Update osbuild/images to v0.202.0.
Also resolve recent CI issues caused by too small root partition for RHEL-8.10 image builds after the last batch update.