https://github.com/thimslugga/amazonlinux-toolbx
Amazon Linux container images for use with distrobox and toolbx
https://github.com/thimslugga/amazonlinux-toolbx
aws containers distrobox linux oci podman silverblue toolbox
Last synced: 5 months ago
JSON representation
Amazon Linux container images for use with distrobox and toolbx
- Host: GitHub
- URL: https://github.com/thimslugga/amazonlinux-toolbx
- Owner: thimslugga
- License: mit
- Created: 2022-05-18T02:00:30.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-04T00:58:50.000Z (over 1 year ago)
- Last Synced: 2025-08-31T04:21:58.232Z (10 months ago)
- Topics: aws, containers, distrobox, linux, oci, podman, silverblue, toolbox
- Language: Dockerfile
- Homepage: https://github.com/thimslugga/amazonlinux-toolbx
- Size: 40 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Amazon Linux Toolbox Images
Custom Amazon Linux container images for use with [toolbx](https://github.com/containers/toolbox) and [distrobox](https://github.com/89luca89/distrobox).
## Table of Contents
- [Features](#features)
- [Getting Started](#getting-started)
- [Contributing](#contributing)
- [License](#license)
## Features
- Container images based on Amazon Linux 2023 or Amazon Linux 2.
- Easily create and manage containers using [just](https://github.com/casey/just).
- Supports [toolbx](https://github.com/containers/toolbox) and [distrobox](https://github.com/89luca89/distrobox).
## Getting Started
**Amazon Linux 2023:**
```sh
just --set release 2023 build
just --set release 2023 create
just --set release 2023 enter
```
**Amazon Linux 2:**
Build image:
```sh
just --set release 2 build
```
Create container:
```sh
just --set release 2 create
```
Enter container:
```sh
just --set release 2 enter
```
## Contributing
Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct and the process for submitting pull requests.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.