gpg
Importing GPG keys when building Fedora-based containers
tl;dr: When using
gpg
in Containerfile build steps for container images based on Fedora1-based (39+), ensure you also includegpgconf --kill keyboxd
by the end of the same build step. Alternately, and probably better, create a ~/.gnupg directory before the first invocation ofgpg
.