I have “successfully” built a custom image using the template (the github is: GitHub - whelanh/customBluefinDx: Experiment on building a custom image). I followed the steps to add the co-signing key. However when I attempt a sudo bootc switch ghcr.io/whelanh/custombluefindx:latest, I get the following error:
ERROR Switching: Creating importer: failed to invoke method OpenImage: failed to invoke method OpenImage: unable to retrieve auth token: invalid username/password: unauthorized
I would sincerely appreciate it if anyone can point me in the right direction to correct this. I suspect there is a step I’m missing in perhaps having to register somewhere(?) Sincere thanks…
What about using rpm-ostree rebase switch ostree-image-signed:docker://ghcr.io/whelanh/custombluefindx:latest? I know the Bluefin guide uses bootc now, but rpm-ostree rebase may still work…
I’m currently outside, but I’d recommend comparing the latest successful Actions in both repos with yours. I’m going to go read it through as well, but it might take a while for me since I’m out.
Thank you @fenglengshun and @benleolander! That was it. I did the same – initially setting as private github and then changing to public. But the package inherited the old privacy. Thank you both so much!!! This is an amazing project.