Community maintained container images to use with toolbx (GitHub). See containers/toolbox#1019 for the upstream discussion on the next steps to make those images more "official".
You can find all images in the toolbx-images organization on Quay.io, or directly use the commands below:
-
Fedora: See the official images (default in toolbx)
-
AlmaLinux with EPEL enabled by default:
$ toolbox create --image quay.io/toolbx-images/almalinux-toolbox:9 $ toolbox enter almalinux-toolbox-9 $ toolbox create --image quay.io/toolbx-images/almalinux-toolbox:8 $ toolbox enter almalinux-toolbox-8
-
$ toolbox create --image quay.io/toolbx-images/alpine-toolbox:3.16 $ toolbox enter alpine-toolbox-3.16
-
$ toolbox create --image quay.io/toolbx-images/archlinux-toolbox:latest $ toolbox enter archlinux-toolbox-latest
-
CentOS (Stream) with EPEL enabled by default:
$ toolbox create --image quay.io/toolbx-images/centos-toolbox:stream9 $ toolbox enter centos-toolbox-stream9 $ toolbox create --image quay.io/toolbx-images/centos-toolbox:stream8 $ toolbox enter centos-toolbox-stream8
-
$ toolbox create --image quay.io/toolbx-images/debian-toolbox:unstable $ toolbox enter debian-toolbox-unstable $ toolbox create --image quay.io/toolbx-images/debian-toolbox:testing $ toolbox enter debian-toolbox-testing $ toolbox create --image quay.io/toolbx-images/debian-toolbox:11 $ toolbox enter debian-toolbox-11 $ toolbox create --image quay.io/toolbx-images/debian-toolbox:10 $ toolbox enter debian-toolbox-10
-
$ toolbox create --image quay.io/toolbx-images/opensuse-toolbox:tumbleweed $ toolbox enter opensuse-toolbox-tumbleweed
-
Red Hat Enterprise Linux (Universal Base Image) with EPEL enabled by default. Note: You are free to use and redistribute UBI images, provided you adhere to the Red Hat Universal Base Image End User Licensing Agreement.
$ toolbox create --image quay.io/toolbx-images/rhel-toolbox:9.0 $ toolbox enter rhel-toolbox-9.0 $ toolbox create --image quay.io/toolbx-images/rhel-toolbox:8.6 $ toolbox enter rhel-toolbox-8.6 $ toolbox create --image quay.io/toolbx-images/rhel-toolbox:8.4 $ toolbox enter rhel-toolbox-8.4 $ toolbox create --image quay.io/toolbx-images/rhel-toolbox:8.2 $ toolbox enter rhel-toolbox-8.2
-
Rocky Linux with EPEL enabled by default:
$ toolbox create --image quay.io/toolbx-images/rockylinux-toolbox:9 $ toolbox enter rockylinux-toolbox-9 $ toolbox create --image quay.io/toolbx-images/rockylinux-toolbox:8 $ toolbox enter rockylinux-toolbox-8
-
$ toolbox create --image quay.io/toolbx-images/ubuntu-toolbox:22.04 $ toolbox enter ubuntu-toolbox-22.04 $ toolbox create --image quay.io/toolbx-images/ubuntu-toolbox:20.04 $ toolbox enter ubuntu-toolbox-20.04 $ toolbox create --image quay.io/toolbx-images/ubuntu-toolbox:18.04 $ toolbox enter ubuntu-toolbox-18.04 $ toolbox create --image quay.io/toolbx-images/ubuntu-toolbox:16.04 $ toolbox enter ubuntu-toolbox-16.04