Issue updating to the latest CLI due to invalid signature

Hey, I'm trying to make an ISO using the bluebuilder CLI but unfortunately it looks like I'm stuck on the current version. Trying to pull the latest CLI with the following command: podman run --pull always --rm ghcr.io/blue-build/cli:latest-installer | /bin/bash Results in the following error message: Error: no matching signatures: invalid signature when validating ASN.1 encoded signature Looks to me like I'm not passing the verification stage of the bluebuild installer process. Any way for me to completely nuke my previous bluebuild CLI install to start fresh?
2 Replies
Yokai
YokaiOP2w ago
FWIW I'm going to try this on a different computer to see if it's my base image causing problems: I'm using one based on the latest ucore.
Luke Skywunker
You'll want to check your /etc/containers/policy.json to see what's going on you can look at the docs with man containers-policy.json

Did you find this page helpful?