When/how are images supposed to be pulled from github?

I recently started using bluebuild and I really like it. However, one thing I don't quite understand is when/how you are supposed to get the new images built on github. I thought there would be a cron-job or something polling. I can of course rebase manually but if Im running ”latest” I generally want to get the latest build on each reboot. As a sidenote, is there an easy say of checking which build I am currently running? Thanks in advance! 🙂
7 Replies
xyny
xyny2d ago
if you're on :latest and not on a date tag, rpm-ostree should autoupdate by default rpm-ostree update or bootc update (or was it upgrade, i dont remember rn) can be used to manually pull the latest version of the tag you've rebased to with autoupdates i mostly just dont worry about it, but sometimes manually updating is helpful when testing something out rpm-ostree status should tell the version you're on i believe it's done with a systemd rpm-ostreed-autoupdate.timer or something like that
fiftydinar
fiftydinar2d ago
update & upgrade are the same rpm-ostreed-automatic.timer
Vidde
ViddeOP23h ago
Cool, thanks! 😄 Maybe I've just not waited long enough then because I've had times where I've waited until the build succeeds in github, reboot and then not gotten the changes I had made.
MR sticky piston
Btw for this you may want to change the frequency/ afterbootdelay
Vidde
ViddeOP18h ago
I just took a look and if I understand it correctly it only runs at 04 each day so that would explain why I didn't notice it before 😅
xyny
xyny12h ago
i'm not sure if that's accurate, my computer isn't on at that time yet i still receive updates
MR sticky piston
I think it also updates 1h after boot at default

Did you find this page helpful?