Skip to content
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

Switch to using a weekly snapshot of the rawhide image to avoid downloading as many layers #11

Merged
merged 4 commits into from
Mar 26, 2024

Conversation

prydom
Copy link
Owner

@prydom prydom commented Mar 26, 2024

No description provided.

We want to reuse as many layers as possible to save bandwidth and SSD
writes. There are two ways to accomplish this:

One would be to use rpm-ostree's container-encapsulate to re-optimize
the layers. I'm not sure how feasible this is to do on a free runner.

The other, which is what this commit does, is to snapshot the base
image and to put all the package updates into one layer at the bottom
of the build.
and also include kernel headers
@prydom prydom merged commit 1199bd1 into main Mar 26, 2024
1 check passed
@prydom prydom deleted the snapshot-rawhide branch March 26, 2024 21:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant