[ARVADOS-WORKBENCH2] updated: 1.2.0-714-g617f10d

Git user git at public.curoverse.com
Tue Oct 23 05:03:35 EDT 2018


Summary of changes:
 src/store/run-process-panel/run-process-panel-actions.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  617f10d27a3bf10324e7246a457e781b54b433f0 (commit)
      from  2563eaaa00e5ffb77981fbb8cc1bdd37fb2a3ca6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 617f10d27a3bf10324e7246a457e781b54b433f0
Author: Michal Klobukowski <michal.klobukowski at contractors.roche.com>
Date:   Tue Oct 23 11:03:22 2018 +0200

    Remove varsion from containerImage value sent when creating a new process
    
    refs #
    
    Arvados-DCO-1.1-Signed-off-by: Michal Klobukowski <michal.klobukowski at contractors.roche.com>

diff --git a/src/store/run-process-panel/run-process-panel-actions.ts b/src/store/run-process-panel/run-process-panel-actions.ts
index 2c5c9b6..19a5450 100644
--- a/src/store/run-process-panel/run-process-panel-actions.ts
+++ b/src/store/run-process-panel/run-process-panel-actions.ts
@@ -72,7 +72,7 @@ export const runProcess = async (dispatch: Dispatch<any>, getState: () => RootSt
                 vcpus: 1,
                 ram: 1073741824,
             },
-            containerImage: 'arvados/jobs:1.1.4.20180618144723',
+            containerImage: 'arvados/jobs',
             cwd: '/var/spool/cwl',
             command: [
                 'arvados-cwl-runner',

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list