gaberob / boxkitarch

A blingier starting image for Toolbx and Distrobox.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

boxkitarch

A base image and action for Toolbx and Distrobox.

My fork of boxkit for use on fedora 37. This is a an arch linux image modified to be extensible with any packages I feel necessitates being in my "base" config.

  • Adds some quality of life
    • lots of common tools not included in the base arch image git, openssh, etc...
    • btop for process management
    • python3
    • some tools that I personally use on the day-today like mpv, nmap, sxiv
  • Host Management QoL
    • These are meant for occasional one off commands, not complex workflows
      • Auto symlink the flatpak and podman commands
      • Auto symlink rpm-ostree for Fedora
  • Add access to the AUR and the AUR helper yay

How to use

Create Box

If you use distrobox:

distrobox create -i ghcr.io/gaberob/boxkit -n boxkit
distrobox enter boxkit

If you use toolbx:

toolbox create -i ghcr.io/gaberob/boxkit -c boxkit
toolbox enter boxkit

Verification

These images are signed with sisgstore's cosign. 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/gaberob/boxkit

If you're forking this repo you should read the docs on keeping secrets in github. You need to generate a new keypair with cosign. The public key can be in your public repo (your users need it to check the signatures), and you can paste the private key in Settings -> Secrets -> Actions.

Finding Good Base Images

Of course you can make this however you want, but start with the Toolbx Community images. These are a set of mostly-stock images with packages needed to run as a toolbox/distrobox already installed.

About

A blingier starting image for Toolbx and Distrobox.


Languages

Language:Dockerfile 100.0%