container: Drop free tag from image URLs

Signed-off-by: Joseph Nuthalapati <njoseph@riseup.net>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Joseph Nuthalapati 2022-12-11 15:57:57 +05:30 committed by James Valleroy
parent 777ab626c4
commit 344c491f7b
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -132,9 +132,9 @@ URLS = {
'stable': 'https://ftp.freedombox.org/pub/freedombox/hardware/'
'amd64/bullseye/freedombox-bullseye-free_all-amd64.img.xz',
'testing': 'https://ftp.freedombox.org/pub/freedombox/hardware/'
'amd64/testing/freedombox-testing-free_dev_all-amd64.img.xz',
'amd64/testing/freedombox-testing_dev_all-amd64.img.xz',
'unstable': 'https://ftp.freedombox.org/pub/freedombox/hardware/'
'amd64/nightly/freedombox-unstable-free_dev_all-amd64.img.xz',
'amd64/nightly/freedombox-unstable_dev_all-amd64.img.xz',
}
TRUSTED_KEYS = ['013D86D8BA32EAB4A6691BF85D4153D6FE188FC8']