This repository contains Dockerfiles and helper scripts to build Docker or Podman images for building and testing the Quasar Framework and related tooling.
- Docker or Podman installed on your system
Build all images using:
docker build -f <path/to/Dockerfile> -t <image-name>:<tag> .Contributions are welcome! Please open issues or submit pull requests.