Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 712 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 712 Bytes

boxkit

Personal Fedora-based image with the tools I use on a regular basis. See the upstream readme for more information.

Usage

If you use distrobox:

$ distrobox create -i ghcr.io/wetheredge/boxkit -n boxkit
$ distrobox enter boxkit

If you use toolbx:

$ toolbox create -i ghcr.io/wetheredge/boxkit -c boxkit
$ toolbox enter boxkit

Verification

This image is signed with sisgstore's [cosign](https://docs.sigstore.dev/cosign/ overview/). 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/wetheredge/boxkit