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
- Host: GitHub
- URL: https://github.com/aguslr/toolbx-image
- Owner: aguslr
- License: apache-2.0
- Created: 2023-09-07T16:53:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-05T11:02:02.000Z (about 1 year ago)
- Last Synced: 2025-02-05T11:32:04.149Z (about 1 year ago)
- Topics: almalinux, alpine, archlinux, boxkit, debian, fedora, oci, opensuse, rhel, rockylinux, ubuntu
- Language: Dockerfile
- Homepage:
- Size: 74.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[toolbx-image][1]
=================
[](https://github.com/aguslr/toolbx-image/actions/workflows/almalinux.yml)
[](https://github.com/aguslr/toolbx-image/actions/workflows/alpine.yml)
[](https://github.com/aguslr/toolbx-image/actions/workflows/archlinux.yml)
[](https://github.com/aguslr/toolbx-image/actions/workflows/debian.yml)
[](https://github.com/aguslr/toolbx-image/actions/workflows/fedora.yml)
[](https://github.com/aguslr/toolbx-image/actions/workflows/opensuse.yml)
[](https://github.com/aguslr/toolbx-image/actions/workflows/rhel.yml)
[](https://github.com/aguslr/toolbx-image/actions/workflows/rockylinux.yml)
[](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/