Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akdev1l/toolbox-images
Images for usage in toolbox
https://github.com/akdev1l/toolbox-images
Last synced: 2 months ago
JSON representation
Images for usage in toolbox
- Host: GitHub
- URL: https://github.com/akdev1l/toolbox-images
- Owner: akdev1l
- Created: 2022-08-02T00:07:43.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-18T14:38:46.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T13:17:29.329Z (5 months ago)
- Language: Dockerfile
- Size: 499 KB
- Stars: 27
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome_atomic - toolbox-images - a collection of container images for usage with the toolbox command. This is an attempt at providing more feature parity with regard to toolboxes for distributions other than Fedora. (Toolboxes)
README
#### Toolbox Images: Container Images for usage with [toolbox](https://github.com/containers/toolbox)
Here we have a collection of container images for usage with the `toolbox` command. This is an attempt at providing more
feature parity with regard to toolboxes for distributions other than Fedora.### Supported Distributions
```
.
├── alpine
│ ├── 3.15
│ └── 3.16
├── archlinux
│ └── latest
├── centos
│ └── 8
├── kalilinux
│ └── latest
├── tumbleweed
│ └── latest
└── ubuntu
├── 20.04
└── 22.04
```![screenshot of toolboxes of different distros](docs/sample.png)
### How do I use this?
You can use the images by doing `toolbox create -i docker.io/akdev1l/${distro}-toolbox:${version}`, for example:
```
[akdev@canzuk toolbox-images]$ toolbox create -i docker.io/akdev1l/ubuntu-toolbox:22.04
Created container: ubuntu-toolbox-22.04
Enter with: toolbox enter ubuntu-toolbox-22.04
[akdev@canzuk toolbox-images]$ toolbox enter ubuntu-toolbox-22.04
```**Note: For Rolling Release distributions like Arch Linux and OpenSuSE Tumbleweed the version is always `latest`.**
### Prior Work
1. [Original Containerfiles](https://github.com/MainKt/toolbox/tree/main/images) Thanks to [Main.kt](https://github.com/MainKt).