Closed dperson closed 8 months ago
Okay weirdly while rpm-ostree rebase ostree-unverified-registry:ghcr.io/dperson/silver-ublue:latest
was giving the same errors.
I found in /etc/containers/policy.json
a pointer to my old (previous repo) public key. When I pointed it to a file with my new public key, it's working again. Not sure why the rebase to the unverified
image repo wouldn't work though...
If you had modified the /etc/policy.json manually previously, it wouldn't be overwritten by a rewrite.
I had not (prior to this issue).
Both
rpm-ostree
andpodman
produce the same error:While cosign thinks everything is good:
The builds are running successfully, I'm not sure what or how I messed things up... the repo is public, you're welcome to look. Running
rpm-ostree rebase
has the same issue as upgrade.The only thing my searches found was this link, which was caused by something messed up in
/etc/containers
. So I cleared it entirely replacing it with the contents of my/usr/etc/containers
.I really like how you cleaned up the design / layout of the template. Now if I can just get the images to work... Thanks!