From 3eb3afaa3afb802d0d4b4853f30b34fdb7b3d174 Mon Sep 17 00:00:00 2001 From: fbt Date: Sat, 6 Mar 2021 07:38:54 +0300 Subject: [PATCH] gnupg shit Signed-off-by: fbt --- autobuilder/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 autobuilder/README.md diff --git a/autobuilder/README.md b/autobuilder/README.md new file mode 100644 index 0000000..4008915 --- /dev/null +++ b/autobuilder/README.md @@ -0,0 +1,9 @@ +autobuilder image +================= + +For some packages, you might need to import some pgp keys into the image. Use the `./gnupg` directory to do so, then rebuild the image: + +``` +GNUPGHOME=./gnupg gpg --recv-keys +podman build --rm -t localhost/spark:autobuilder . +```