Skip to content

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

License

Notifications You must be signed in to change notification settings

debarshiray/toolbx-images

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3ec3400 · Jun 6, 2023
Jun 6, 2023
Feb 2, 2023
May 9, 2023
Feb 1, 2023
Jun 6, 2023
Mar 4, 2023
Feb 15, 2023
Feb 2, 2023
Nov 30, 2022
Feb 2, 2023
Mar 17, 2023
Sep 2, 2022
Jun 6, 2023

Repository files navigation

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.18
    $ toolbox enter alpine-toolbox-3.18
    
    $ toolbox create --image quay.io/toolbx-images/alpine-toolbox:3.17
    $ toolbox enter alpine-toolbox-3.17
    
    $ toolbox create --image quay.io/toolbx-images/alpine-toolbox:3.16
    $ toolbox enter alpine-toolbox-3.16
    
    $ toolbox create --image quay.io/toolbx-images/alpine-toolbox:edge
    $ toolbox enter alpine-toolbox-edge
    
  • Amazon Linux Note: Only Amazon Linux 2 comes with EPEL enabled by default:

    $ toolbox create --image quay.io/toolbx-images/amazonlinux-toolbox:2
    $ toolbox enter amazonlinux-toolbox-2
    
    $ toolbox create --image quay.io/toolbx-images/amazonlinux-toolbox:2022
    $ toolbox enter amazonlinux-toolbox-2022
    
  • Arch Linux:

    $ toolbox create --image quay.io/toolbx-images/arch-toolbox:latest
    $ toolbox enter arch-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)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%