You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I'm unable to use the dockerfile-per-task feature if the task with the specific Dockerfile is being used inside of a map_task.
I currently have a test workflow showing this bug, one version uses map_tasks while the other uses a simple task. In
both cases, the workflow registers without issues, but, when running the one with a map_task, it fails on the second task, giving me an error saying that the software - which should've been included in the dockerfile - cannot be found. The one with a simple task runs without issues.
I'd guess this is happening due to some issue with how map_task and task-specific dockerfiles interact because the first task in the workflow, which doesn't require any external dependencies, runs without issues in both versions.
Describe the bug
I'm unable to use the dockerfile-per-task feature if the task with the specific Dockerfile is being used inside of a map_task.
I currently have a test workflow showing this bug, one version uses map_tasks while the other uses a simple task. In
both cases, the workflow registers without issues, but, when running the one with a map_task, it fails on the second task, giving me an error saying that the software - which should've been included in the dockerfile - cannot be found. The one with a simple task runs without issues.
I'd guess this is happening due to some issue with how map_task and task-specific dockerfiles interact because the first task in the workflow, which doesn't require any external dependencies, runs without issues in both versions.
Functional workfow (Source code)
Breaking workflow (Source code)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expect to be able to use dockerfile-per-task with map_tasks.
Platform Information
General information about host platform + SDK
Screenshots
^ Failing workflow
The text was updated successfully, but these errors were encountered: