https://github.com/thimslugga/amazonlinux-toolbox
Amazon Linux container images for use with distrobox and toolbx
https://github.com/thimslugga/amazonlinux-toolbox
aws containers distrobox linux oci podman silverblue toolbox
Last synced: about 1 month ago
JSON representation
Amazon Linux container images for use with distrobox and toolbx
- Host: GitHub
- URL: https://github.com/thimslugga/amazonlinux-toolbox
- Owner: thimslugga
- License: mit
- Created: 2022-05-18T02:00:30.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2026-04-14T14:09:18.000Z (3 months ago)
- Last Synced: 2026-04-14T16:11:56.217Z (3 months ago)
- Topics: aws, containers, distrobox, linux, oci, podman, silverblue, toolbox
- Language: Dockerfile
- Homepage: https://github.com/thimslugga/amazonlinux-toolbx
- Size: 43.9 KB
- Stars: 3
- Watchers: 1
- 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.
## References
- [https://gallery.ecr.aws/amazonlinux/amazonlinux](https://gallery.ecr.aws/amazonlinux/amazonlinux)
- [Using the AL2023 base container image](https://docs.aws.amazon.com/linux/al2023/ug/base-container.html)