275 B
275 B
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 <keyid>
podman build --rm -t localhost/spark:autobuilder .