Project

General

Profile

action #43712

Updated by livdywan over 3 years ago

## User Story 

 As a QA developer I want to download and run an image via Docker. Basic uses of openQA work out of the box without further configuration. More advanced options are documented for those who need it. 

 ## Acceptance criteria 

 - **AC1:** The upstream dockerfile can be used to generate a docker image of the webui in https://build.opensuse.org/package/show/devel:openQA/openQA 
 - **AC2:** Docker images for the webui are generated each time a new build of openQA is triggered in https://build.opensuse.org/package/show/devel:openQA/openQA 
 - **AC3:** QA developers can download that docker image and run a container from it that is ready to use (no configuration needed) 
 - **AC4:** Proper documentation of the use of that docker image is available upstream: https://github.com/os-autoinst/openQA/tree/master/docker

Back