container: Update for bookworm images

Switch to new GPG key fingerprint.

Test:
- Can bring up stable container.

Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
James Valleroy 2023-07-29 08:41:42 -04:00 committed by Sunil Mohan Adapa
parent 49fa9a0599
commit de856b0d9c
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2

View File

@ -131,7 +131,7 @@ from urllib.request import urlopen
URLS_AMD64 = {
'stable': 'https://ftp.freedombox.org/pub/freedombox/hardware/'
'amd64/bullseye/freedombox-bullseye-free_all-amd64.img.xz',
'amd64/bookworm/freedombox-bookworm_all-amd64.img.xz',
'testing': 'https://ftp.freedombox.org/pub/freedombox/hardware/'
'amd64/testing/freedombox-testing_dev_all-amd64.img.xz',
'unstable': 'https://ftp.freedombox.org/pub/freedombox/hardware/'
@ -140,7 +140,7 @@ URLS_AMD64 = {
URLS_ARM64 = {
'stable': 'https://ftp.freedombox.org/pub/freedombox/hardware/'
'arm64/bullseye/freedombox-bullseye-free_all-arm64.img.xz',
'arm64/bookworm/freedombox-bookworm_all-arm64.img.xz',
'testing': 'https://ftp.freedombox.org/pub/freedombox/hardware/'
'arm64/testing/freedombox-testing_dev_all-arm64.img.xz',
'unstable': 'https://ftp.freedombox.org/pub/freedombox/hardware/'
@ -149,7 +149,7 @@ URLS_ARM64 = {
URLS = URLS_AMD64
TRUSTED_KEYS = ['013D86D8BA32EAB4A6691BF85D4153D6FE188FC8']
TRUSTED_KEYS = ['D4B069124FCF43AA1FCD7FBC2ACFC1E15AF82D8C']
KEY_SERVER = 'keyserver.ubuntu.com'
PROVISION_SCRIPT = '''