-
Hi folks, Firstly, thank you for your great work. This is a great initiative and I appreciate what you are doing here. I'm a total n00b to immutable fedora (and rpm-ostree) and trying to test my first custom image created with the github action. All went well, and the action built my new image 🎉 Following the README in my repo, I then ran the first rebase and reboot, no problem:
Once rebooted, I attempted to perform the second rebase to the signed image, but this time I ran into a problem:
This was run on a brand new install of Silverblue. As far as I can tell, I followed the process to the book. I really don't understand what the error is saying and would really appreciate some guidance here. I'm probably missing something super obvious! Thanks in advance and hope I can get this one off the ground! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hello marc0der, I'm not sure why this issue happens, because you already rebased to unverified registry. That error usually happens when trying to directly rebase from Fedora image to your own verified registry.
Can you show me the output of current |
Beta Was this translation helpful? Give feedback.
Hi all,
So, I managed to get it working 🎉 Here's what happened:
I installed a fresh Silverblue on my machine and immediately booted into that installation. I then issued the first rebase command above. Interestingly, that took no time at all and immediately returned with a zero status code. Something seems wrong with that(?) I then rebooted and issued the rebase again, which worked fine that time. After rebooting one more time, I was in my new system.
TBH, I doubt that this was an issue with blue-build. It seems more like an
rpm-ostree
issue. wdyt?