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
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.
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