chore: Add version checks for upstream tools (#121)

This commit is contained in:
Gerald Pinder 2024-03-17 14:14:07 -04:00 committed by GitHub
parent 0e3d6eba9e
commit 5fc4096f0f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 238 additions and 84 deletions

View file

@ -8,6 +8,14 @@
BlueBuild's command line program that builds Containerfiles and custom images based on your recipe.yml.
## Requirements
The `bluebuild` tool takes advantage of newer build features. Specifically bind, cache, and tmpfs mounts on the `RUN` instructions. We support using the following tools and their versions:
- Docker - v23 and above
- Podman - v4 and above
- Buildah - v1.24 and above
## Installation
### Distrobox