A openQA container for openQA users

Using openQA command line tools without install anything

openQA provides different scripts and a CLI command line application to interact with it. For instance:

  • cloning a job with clone_job
  • cloning a job from using a test from a git repository
  • Accessing to the API using the openqa-cli

But it is necessary to install openqa-devel packages to use this.

The proposal I share here is to use the power of containers to use these scripts without installing anything.

[]