container: Use keyserver.ubuntu.com as the default keyserver

Closes: #2091.

To avoid current issues with keys.gnupg.net.

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Sunil Mohan Adapa 2021-08-17 12:51:05 -07:00 committed by James Valleroy
parent 3ff823e837
commit 02ea2106bc
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -126,7 +126,6 @@ import sys
import tempfile
import time
import urllib.parse
from urllib.request import urlopen
URLS = {
@ -139,7 +138,7 @@ URLS = {
}
TRUSTED_KEYS = ['013D86D8BA32EAB4A6691BF85D4153D6FE188FC8']
KEY_SERVER = 'keys.gnupg.net'
KEY_SERVER = 'keyserver.ubuntu.com'
PROVISION_SCRIPT = '''
set -x