mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +00:00
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:
parent
49fa9a0599
commit
de856b0d9c
@ -131,7 +131,7 @@ from urllib.request import urlopen
|
|||||||
|
|
||||||
URLS_AMD64 = {
|
URLS_AMD64 = {
|
||||||
'stable': 'https://ftp.freedombox.org/pub/freedombox/hardware/'
|
'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/'
|
'testing': 'https://ftp.freedombox.org/pub/freedombox/hardware/'
|
||||||
'amd64/testing/freedombox-testing_dev_all-amd64.img.xz',
|
'amd64/testing/freedombox-testing_dev_all-amd64.img.xz',
|
||||||
'unstable': 'https://ftp.freedombox.org/pub/freedombox/hardware/'
|
'unstable': 'https://ftp.freedombox.org/pub/freedombox/hardware/'
|
||||||
@ -140,7 +140,7 @@ URLS_AMD64 = {
|
|||||||
|
|
||||||
URLS_ARM64 = {
|
URLS_ARM64 = {
|
||||||
'stable': 'https://ftp.freedombox.org/pub/freedombox/hardware/'
|
'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/'
|
'testing': 'https://ftp.freedombox.org/pub/freedombox/hardware/'
|
||||||
'arm64/testing/freedombox-testing_dev_all-arm64.img.xz',
|
'arm64/testing/freedombox-testing_dev_all-arm64.img.xz',
|
||||||
'unstable': 'https://ftp.freedombox.org/pub/freedombox/hardware/'
|
'unstable': 'https://ftp.freedombox.org/pub/freedombox/hardware/'
|
||||||
@ -149,7 +149,7 @@ URLS_ARM64 = {
|
|||||||
|
|
||||||
URLS = URLS_AMD64
|
URLS = URLS_AMD64
|
||||||
|
|
||||||
TRUSTED_KEYS = ['013D86D8BA32EAB4A6691BF85D4153D6FE188FC8']
|
TRUSTED_KEYS = ['D4B069124FCF43AA1FCD7FBC2ACFC1E15AF82D8C']
|
||||||
KEY_SERVER = 'keyserver.ubuntu.com'
|
KEY_SERVER = 'keyserver.ubuntu.com'
|
||||||
|
|
||||||
PROVISION_SCRIPT = '''
|
PROVISION_SCRIPT = '''
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user