feat: replace fedora-39 with fedora-42, fix package installer
This commit is contained in:
parent
fce7c69dc7
commit
6bee27bb0d
3 changed files with 9 additions and 8 deletions
4
blend
4
blend
|
@ -87,9 +87,9 @@ def error(err):
|
|||
|
||||
|
||||
distro_map = {
|
||||
'arch-linux': 'docker.io/library/archlinux',
|
||||
'arch-linux': 'quay.io/toolbx/arch-toolbox:latest',
|
||||
'debian': 'quay.io/toolbx-images/debian-toolbox:testing',
|
||||
'fedora-39': 'registry.fedoraproject.org/fedora-toolbox:39',
|
||||
'fedora-42': 'quay.io/fedora/fedora-toolbox:42',
|
||||
'centos': 'quay.io/toolbx-images/centos-toolbox:latest',
|
||||
'ubuntu-22.04': 'quay.io/toolbx/ubuntu-toolbox:22.04',
|
||||
'ubuntu-24.04': 'quay.io/toolbx/ubuntu-toolbox:24.04',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue