akdev1l / toolbox-images

Images for usage in toolbox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Toolbox Images: Container Images for usage with toolbox

Here we have a collection of container images for usage with the toolbox command. This is an attempt at providing more feature parity with regard to toolboxes for distributions other than Fedora.

Supported Distributions

.
├── alpine
│   ├── 3.15
│   └── 3.16
├── archlinux
│   └── latest
├── centos
│   └── 8
├── kalilinux
│   └── latest
├── tumbleweed
│   └── latest
└── ubuntu
    ├── 20.04
    └── 22.04

screenshot of toolboxes of different distros

How do I use this?

You can use the images by doing toolbox create -i docker.io/akdev1l/${distro}-toolbox:${version}, for example:

[akdev@canzuk toolbox-images]$ toolbox create -i docker.io/akdev1l/ubuntu-toolbox:22.04                  
Created container: ubuntu-toolbox-22.04                                                                               
Enter with: toolbox enter ubuntu-toolbox-22.04                                                                        
[akdev@canzuk toolbox-images]$ toolbox enter ubuntu-toolbox-22.04

Note: For Rolling Release distributions like Arch Linux and OpenSuSE Tumbleweed the version is always latest.

Prior Work

  1. Original Containerfiles Thanks to Main.kt.

About

Images for usage in toolbox


Languages

Language:Dockerfile 72.5%Language:Shell 27.5%