Merge pull request #11 from ALPERDURUKAN/main
Added Ubuntu 24.04 LTS Container Support
This commit is contained in:
commit
c8dafc0826
2 changed files with 3 additions and 1 deletions
1
blend
1
blend
|
@ -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'
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
<option>CentOS</option>
|
||||
<option>Fedora 39</option>
|
||||
<option>Ubuntu 22.04</option>
|
||||
<option>Ubuntu 24.04 LTS</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="col-sm-1">
|
||||
|
@ -66,4 +67,4 @@
|
|||
<script src="internal/js/generic_page.js"></script>
|
||||
|
||||
<!-- Import containers JS. -->
|
||||
<script src="internal/js/containers.js"></script>
|
||||
<script src="internal/js/containers.js"></script>
|
||||
|
|
Loading…
Reference in a new issue