I’m having an issue with the dockerFile component of the spec and cwltool implementation.
If I specify a dockerFile, the build system must execute before the image hash can be known. The human-readable name (repository+tag), can be referenced…but the hash can’t be known until the build is complete.
dockerImageId
The image id that will be used for docker run. May be a human-readable image name or the image identifier hash. May be skipped if dockerPull is specified, in which case the dockerPull image id must be used.
Changing the name of dockerImageId in CWL v1.x would break things, but we could consider allowing another name instead. You can make a proposal at Sign in to GitHub · GitHub to do that