Skip to content

Docker/Podman images to support Quasar and related tools

Notifications You must be signed in to change notification settings

quasar-team/images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quasar Framework Docker & Podman Images

This repository contains Dockerfiles and helper scripts to build Docker or Podman images for building and testing the Quasar Framework and related tooling.

Prerequisites

  • Docker or Podman installed on your system

Usage

Build all images using:

docker build -f <path/to/Dockerfile> -t <image-name>:<tag> .

Contributing

Contributions are welcome! Please open issues or submit pull requests.

Before committing, run pre-commit checks locally:

pip install pre-commit
pre-commit install
pre-commit run --all-files

About

Docker/Podman images to support Quasar and related tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published