rmohr / bazeldnf

Build multi-arch base containers based on RPM with bazel.
Apache License 2.0
30 stars 18 forks source link

Support local GPG keys #33

Open leoluk opened 1 year ago

leoluk commented 1 year ago

gpgkey in repo.yaml currently does not support pointing it to a local file.

It would be more secure and, in the case of Fedora, convenient to be able to point it to a file stored in the repository.

rmohr commented 1 year ago

Sounds like a nice improvement, do you think you can create a PR?