https://github.com/scottames/boxes
Custom Toolbox/Distrobox containers
https://github.com/scottames/boxes
Last synced: about 1 year ago
JSON representation
Custom Toolbox/Distrobox containers
- Host: GitHub
- URL: https://github.com/scottames/boxes
- Owner: scottames
- License: mit
- Archived: true
- Created: 2023-05-13T14:01:19.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-17T01:13:17.000Z (almost 2 years ago)
- Last Synced: 2025-03-03T01:17:59.373Z (over 1 year ago)
- Language: Dockerfile
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# boxes
> [!WARNING]
> Deprecated: this repository has been deprecated in favor of
> [github.com/scottames/containers](https://github.com/scottames/containers)
Misc images (boxes) - primarily intended for use with [distrobox](https://github.com/89luca89/distrobox)
or [toolbox](https://containertoolbx.org/).
See [packages](https://github.com/scottames?tab=packages&repo_name=boxes) for full list of images.
## Arch
Usage:
```shell
# distrobox
distrobox create \
--image ghcr.io/scottames/arch-toolbox:latest \
--name arch-toolbox
```
```shell
# docker
docker pull ghcr.io/scottames/arch-toolbox:latest
```
## Fedora
Usage:
```shell
# distrobox
distrobox create \
--image ghcr.io/scottames/fedora-toolbox:latest \
--name fedora-toolbox
```
```shell
# docker
docker pull ghcr.io/scottames/fedora-toolbox:latest
```
## Verification
All images are signed with sigstore's [cosign](https://docs.sigstore.dev/cosign/overview/)
- To verify the signature download the [cosign.pub key from this repo](cosign.pub) and run:
```shell
cosign verify --key cosign.pub ghcr.io/scottames/
```