An open API service indexing awesome lists of open source software.

https://github.com/aguslr/toolbx-image

Collection of custom images to be used with Toolbx or Distrobox
https://github.com/aguslr/toolbx-image

almalinux alpine archlinux boxkit debian fedora oci opensuse rhel rockylinux ubuntu

Last synced: about 1 year ago
JSON representation

Collection of custom images to be used with Toolbx or Distrobox

Awesome Lists containing this project

README

          

[toolbx-image][1]
=================

[![almalinux](https://github.com/aguslr/toolbx-image/actions/workflows/almalinux.yml/badge.svg)](https://github.com/aguslr/toolbx-image/actions/workflows/almalinux.yml)

[![alpine](https://github.com/aguslr/toolbx-image/actions/workflows/alpine.yml/badge.svg)](https://github.com/aguslr/toolbx-image/actions/workflows/alpine.yml)

[![archlinux](https://github.com/aguslr/toolbx-image/actions/workflows/archlinux.yml/badge.svg)](https://github.com/aguslr/toolbx-image/actions/workflows/archlinux.yml)

[![debian](https://github.com/aguslr/toolbx-image/actions/workflows/debian.yml/badge.svg)](https://github.com/aguslr/toolbx-image/actions/workflows/debian.yml)

[![fedora](https://github.com/aguslr/toolbx-image/actions/workflows/fedora.yml/badge.svg)](https://github.com/aguslr/toolbx-image/actions/workflows/fedora.yml)

[![opensuse](https://github.com/aguslr/toolbx-image/actions/workflows/opensuse.yml/badge.svg)](https://github.com/aguslr/toolbx-image/actions/workflows/opensuse.yml)

[![rhel](https://github.com/aguslr/toolbx-image/actions/workflows/rhel.yml/badge.svg)](https://github.com/aguslr/toolbx-image/actions/workflows/rhel.yml)

[![rockylinux](https://github.com/aguslr/toolbx-image/actions/workflows/rockylinux.yml/badge.svg)](https://github.com/aguslr/toolbx-image/actions/workflows/rockylinux.yml)

[![ubuntu](https://github.com/aguslr/toolbx-image/actions/workflows/ubuntu.yml/badge.svg)](https://github.com/aguslr/toolbx-image/actions/workflows/ubuntu.yml)

Usage
-----

If you use [Toolbx][5]:

toolbox -i ghcr.io/aguslr/toolbx-fedora:latest -c toolbox
toolbox enter toolbox

If you use [Distrobox][6]:

distrobox create -i ghcr.io/aguslr/toolbx-fedora:latest -n distrobox
distrobox enter distrobox

### Tags

There are several images available in this repository:

- `toolbx-almalinux`: Uses AlmaLinux's latest image from
.

- `toolbx-alpine`: Uses Alpine's latest image from
.

- `toolbx-archlinux`: Uses Arch Linux's latest image from
.

- `toolbx-debian`: Uses Debian's latest image from
.

- `toolbx-fedora`: Uses Fedora's latest image from
.

- `toolbx-opensuse`: Uses openSUSE's latest image from
.

- `toolbx-rhel`: Uses RHEL's latest image from
.

- `toolbx-rockylinux`: Uses Rocky Linux's latest image from
.

- `toolbx-ubuntu`: Uses Ubuntu's latest image from
.

Verification
------------

These images are signed with Sisgstore's [Cosign][4]. You can verify the
signature by downloading the `cosign.pub` key from this repo and running the
following command:

cosign verify --key cosign.pub ghcr.io/aguslr/toolbx-fedora:latest

References
----------

- [Declaring your own personal distroboxes][7]
- [GitHub - ublue-os/boxkit: A blingier starting image for Toolbx and
Distrobox.][2]
- [GitHub - toolbx-images/images: Community maintained container images to use
with toolbx (and distrobox)][3]
- [Cosign - Sigstore Documentation][4]

[1]: https://github.com/aguslr/toolbx-image
[2]: https://github.com/ublue-os/boxkit
[3]: https://github.com/toolbx-images/images
[4]: https://docs.sigstore.dev/cosign/overview/
[5]: https://github.com/containers/toolbox
[6]: https://github.com/89luca89/distrobox
[7]: https://www.ypsidanger.com/declaring-your-own-personal-distroboxes/