We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55de3e9 commit 8aa042dCopy full SHA for 8aa042d
runner.py
@@ -386,7 +386,7 @@ def check_running_containers(self):
386
387
def populate_image_names(self):
388
for service_name, service in self._usage_scenario.get('services', []).items():
389
- if not service.get('image', None): # image is a non essential field. But we need it, so we tmp it
+ if not service.get('image', None): # image is a non-mandatory field. But we need it, so we tmp it
390
if self._dev_repeat_run:
391
service['image'] = f"{service_name}"
392
else:
0 commit comments