Luke Skywunker
Luke Skywunker
BBlueBuild
Created by Nix Eyes on 3/31/2025 in #questions
Where in the recipe do I query post installs?
Yeah. The most that can be done is create an issue for them
10 replies
BBlueBuild
Created by Nix Eyes on 3/31/2025 in #questions
Where in the recipe do I query post installs?
You can't, that's on upstream to change it. I've put in issues about it before for other images but they don't keep it consistent
10 replies
BBlueBuild
Created by Nix Eyes on 3/31/2025 in #questions
Where in the recipe do I query post installs?
That 6 minutes is because the bluefin image doesn't set the version label properly so we have to pull the image and run it to find the version
10 replies
BBlueBuild
Created by Nix Eyes on 3/31/2025 in #questions
Where in the recipe do I query post installs?
You can see the resulting Containerfile by running bluebuild generate recipe/path/to/recipe.yml
10 replies
BBlueBuild
Created by Nix Eyes on 3/31/2025 in #questions
Where in the recipe do I query post installs?
The modules in a recipe file are executed from top to bottom
10 replies
BBlueBuild
Created by Microwave on 3/24/2025 in #questions
Make an image based on Fedora Rawhide
Totally, so long as you can find the image for it (I don't know it off the top of my head)
5 replies
BBlueBuild
Created by TKK13909 on 3/24/2025 in #questions
Notify users of installed update?
But since you brought up this question, I think I'm going to create this for my images lol
17 replies
BBlueBuild
Created by TKK13909 on 3/24/2025 in #questions
Notify users of installed update?
Just keeps my tree clean
17 replies
BBlueBuild
Created by TKK13909 on 3/24/2025 in #questions
Notify users of installed update?
Personal pref
17 replies
BBlueBuild
Created by TKK13909 on 3/24/2025 in #questions
Notify users of installed update?
Unless systemd does support that, but I'm not entirely sure
17 replies
BBlueBuild
Created by TKK13909 on 3/24/2025 in #questions
Notify users of installed update?
You might want to throw everything in a bash call (i.e. /bin/bash -c 'command in here')
17 replies
BBlueBuild
Created by TKK13909 on 3/24/2025 in #questions
Notify users of installed update?
I tend to put it in it's own directory in files/ like files/rpm-ostree-service/rpm-ostreed-automatic.service and then have the files module do
type: files
source: rpm-ostree-service
destination: /usr/lib/systemd/system/
type: files
source: rpm-ostree-service
destination: /usr/lib/systemd/system/
17 replies
BBlueBuild
Created by TKK13909 on 3/24/2025 in #questions
Notify users of installed update?
You can copy the file into your repo's files/ directory and then use the files module to copy it to the correct place. Afterwards, you can use the systemd module to enable it
17 replies
BBlueBuild
Created by TKK13909 on 3/24/2025 in #questions
Notify users of installed update?
rpm-ostree - /usr/lib/systemd/system/rpm-ostreed-automatic.service bootc - /usr/lib/systemd/system/bootc-fetch-apply-updates.service
17 replies
BBlueBuild
Created by TKK13909 on 3/24/2025 in #questions
Notify users of installed update?
You can create a systemd unit file that overrides the one in your image that's updating via rpm-ostree or bootc. You can use the command notify-send to create your own custom notification message
17 replies
BBlueBuild
Created by Brage on 3/18/2025 in #questions
"Failed to finalize previous deployment" due to semodule
Awesome!
12 replies
BBlueBuild
Created by Brage on 3/18/2025 in #questions
"Failed to finalize previous deployment" due to semodule
Or know someone that would know what to do about it?
12 replies
BBlueBuild
Created by Brage on 3/18/2025 in #questions
"Failed to finalize previous deployment" due to semodule
@fiftydinar @RoyalOughtness have any of you seen this?
12 replies
BBlueBuild
Created by Brage on 3/18/2025 in #questions
"Failed to finalize previous deployment" due to semodule
Oh man I've not seen that before
12 replies
BBlueBuild
Created by RoyalOughtness on 3/15/2025 in #questions
github env vars in snippets?
Lol clever
12 replies