Update blend

Added Ubuntu 24.04 LTS to containers
This commit is contained in:
ALPERDURUKAN 2024-10-07 21:15:48 +03:00 committed by GitHub
parent 5115de41c1
commit e47c5d7df7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

1
blend
View file

@ -92,6 +92,7 @@ distro_map = {
'fedora-39': 'registry.fedoraproject.org/fedora-toolbox:39',
'centos': 'quay.io/toolbx-images/centos-toolbox:latest',
'ubuntu-22.04': 'quay.io/toolbx/ubuntu-toolbox:22.04',
'ubuntu-24.04-lts': 'quay.io/toolbx/ubuntu-toolbox:24.04',
}
default_distro = 'arch-linux'