From 13d31ae9f8df05bfd23a845ed8cbb12f71de2a4e Mon Sep 17 00:00:00 2001 From: kapilkd13 Date: Thu, 20 Jul 2017 02:46:34 +0530 Subject: [PATCH 1/2] adding docker container: test 51, rev command is not posix compliant --- v1.0/v1.0/formattest2.cwl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/v1.0/v1.0/formattest2.cwl b/v1.0/v1.0/formattest2.cwl index 54acd4a24..a50ec4c60 100644 --- a/v1.0/v1.0/formattest2.cwl +++ b/v1.0/v1.0/formattest2.cwl @@ -5,6 +5,9 @@ $schemas: class: CommandLineTool cwlVersion: v1.0 doc: "Reverse each line using the `rev` command" +hints: + DockerRequirement: + dockerPull: "debian:wheezy" inputs: input: From e287937302a45b241bdc7562478d7e19c45ee1a6 Mon Sep 17 00:00:00 2001 From: kapilkd13 Date: Thu, 20 Jul 2017 02:46:58 +0530 Subject: [PATCH 2/2] adding docker container: test 52, rev command is not posix compliant --- v1.0/v1.0/formattest3.cwl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/v1.0/v1.0/formattest3.cwl b/v1.0/v1.0/formattest3.cwl index d0baf604a..8a64410bc 100644 --- a/v1.0/v1.0/formattest3.cwl +++ b/v1.0/v1.0/formattest3.cwl @@ -7,6 +7,9 @@ $schemas: class: CommandLineTool cwlVersion: v1.0 doc: "Reverse each line using the `rev` command" +hints: + DockerRequirement: + dockerPull: "debian:wheezy" inputs: input: