gkarthiks / images

Community maintained container images to use with toolbx (and distrobox)

Home Page:https://containertoolbx.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Container images for toolbx (and distrobox)

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 also use them wih distrobox. See the discussion in distrobox#544.

Available distributions and usage

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
    
  • Alpine Linux:

    $ toolbox create --image quay.io/toolbx-images/alpine-toolbox:3.16
    $ toolbox enter alpine-toolbox-3.16
    
  • Arch Linux:

    $ 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
    
  • Debian:

    $ 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
    
  • openSUSE:

    $ 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.1
    $ toolbox enter rhel-toolbox-9.1
    
    $ 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.7
    $ toolbox enter rhel-toolbox-8.7
    
    $ 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
    
  • Ubuntu:

    $ 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
    

About

Community maintained container images to use with toolbx (and distrobox)

https://containertoolbx.org/

License:Apache License 2.0


Languages

Language:Dockerfile 100.0%