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