X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/7be9cb0ae8aeb5a49d5450aa38ff9f652761c2d3..18d976b4701d76bdeb05e0fe3c1757060d3b8a2a:/lib/crunchrun/executor.go diff --git a/lib/crunchrun/executor.go b/lib/crunchrun/executor.go index dc1bc20b7c..1ed460acd9 100644 --- a/lib/crunchrun/executor.go +++ b/lib/crunchrun/executor.go @@ -60,6 +60,8 @@ type containerExecutor interface { // Release resources (temp dirs, stopped containers) Close() - // Name of runtime engine ("docker", "singularity") + // Name and version of runtime engine ("docker 20.10.16", "singularity-ce version 3.9.9") Runtime() string + + GatewayTarget }