Project

General

Profile

action #89749

Updated by ilausuch about 3 years ago

## Motivation 

 Now only the local build images can be used on the docker-compose. As a user would be nice to give me the option to choose without changing the docker-compose yaml 

 ## Acceptance Criteria 

 **AC 1**: The user can choose the images 
 **AC 2**: Create a test to check that local build images and remote images can be used 

 ## Suggestions 

 * Use docker-compose variables e.g. image: ${OPENQA_WEBUI_IMAGE} 
 * Add the default values to .env file 
 * See https://github.com/os-autoinst/openQA/pull/3755

Back