Actions
action #89719
closedcoordination #80142: [saga][epic] Scale out: Redundant/load-balancing deployments of openQA, easy containers, containers on kubernetes
coordination #89842: [epic] Scalable and streamlined docker-compose based openQA setup
docker-compose up fails on master
Description
Observation¶
Trying to "compose" from master I'm getting this error:
$ sudo docker-compose up
Creating network "webui_default" with the default driver
Pulling data (openqa_data:)...
The image for the service you're trying to recreate has been removed. If you continue, volume data could be lost. Consider backing up your data before continuing.
Suggestion¶
- Make sure openqa_data is pulled from a public registry, or built as part of the "compose" workflow
- Scrap openqa_data is probably what we want, the above is just the high-level flow from a user's point of view
Actions