iron
iron
BBlueBuild
Created by iron on 3/11/2025 in #questions
Build Cache for GitLab.com
I am currently using BlueBuild with a GitHub Action that utilizes the GitHub Actions (GHA) build cache. This feature significantly improves my build times, and I’m very pleased with the results. However, I am considering migrating my project to GitLab.com and have noticed that there doesn't seem to be a similar caching feature available on that platform. I believe it might be possible to implement a caching solution akin to the GHA cache using "Inline cache" or "Registry cache" for GitLab.com. Could anyone provide insights on whether such features are available or if there are plans to implement them in the future? Thank you for your assistance!
3 replies
BBlueBuild
Created by iron on 1/24/2025 in #questions
Fedora base images
I just wanted to start by saying that I really like the approach you've taken with the Blue Build project. I've been experimenting with building custom images, and I was impressed by how easy it was to get started. My goal was to have a build as close as possible to the official Fedora Silverblue image, only modifying some packages and adding some tweaks. I used quay.io/fedora/fedora-silverblue as the base image, and your GitHub Action worked seamlessly. However, in the documentation, you default/recommended using universal blue images as the base images. Do the scripts in the modules assume that they will be applied upon a universal blue image, or can they be used with other images as I am doing?
7 replies