Summary
The user is seeking help with defining Docker image and pod template parameters in a workflow to use different Docker image versions for various runs. They mention a previous unsuccessful attempt and a bug related to resource requests in the UI. The user is facing an issue where the image in step2(var=out1).with_overrides(container_image=image)
is a promise type, while container_image
requires a string. They are asking if anyone has found a solution to this problem.