Skip to content

Commit 2038374

Browse files
author
Nga Chung
committed
Added networkAccess and updated to DS image v9.4.0.
1 parent 51fe29b commit 2038374

File tree

5 files changed

+15
-5
lines changed

5 files changed

+15
-5
lines changed

cwl/stage-in-daac/stage-in.cwl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ baseCommand: ["DOWNLOAD"]
55

66
requirements:
77
DockerRequirement:
8-
dockerPull: ghcr.io/unity-sds/unity-data-services:9.1.0
8+
dockerPull: ghcr.io/unity-sds/unity-data-services:9.4.0
9+
NetworkAccess:
10+
networkAccess: true
911
EnvVarRequirement:
1012
envDef:
1113
DOWNLOAD_DIR: $(runtime.outdir)/$(inputs.download_dir)

cwl/stage-in-json-str/stage-in.cwl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ baseCommand: ["DOWNLOAD"]
55

66
requirements:
77
DockerRequirement:
8-
dockerPull: ghcr.io/unity-sds/unity-data-services:9.1.0
8+
dockerPull: ghcr.io/unity-sds/unity-data-services:9.4.0
9+
NetworkAccess:
10+
networkAccess: true
911
EnvVarRequirement:
1012
envDef:
1113
DOWNLOAD_DIR: $(runtime.outdir)/$(inputs.download_dir)

cwl/stage-in-unity/stage-in.cwl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ baseCommand: ["DOWNLOAD"]
55

66
requirements:
77
DockerRequirement:
8-
dockerPull: ghcr.io/unity-sds/unity-data-services:9.1.0
8+
dockerPull: ghcr.io/unity-sds/unity-data-services:9.4.0
9+
NetworkAccess:
10+
networkAccess: true
911
EnvVarRequirement:
1012
envDef:
1113
DOWNLOAD_DIR: $(runtime.outdir)/$(inputs.download_dir)

cwl/stage-out-auxiliary/stage-out.cwl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ baseCommand: ["UPLOAD"]
55

66
requirements:
77
DockerRequirement:
8-
dockerPull: ghcr.io/unity-sds/unity-data-services:9.1.0
8+
dockerPull: ghcr.io/unity-sds/unity-data-services:9.4.0
9+
NetworkAccess:
10+
networkAccess: true
911
InitialWorkDirRequirement:
1012
listing:
1113
- entry: $(inputs.sample_output_data)

cwl/stage-out-stac-catalog/stage-out.cwl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ baseCommand: ["UPLOAD"]
55

66
requirements:
77
DockerRequirement:
8-
dockerPull: ghcr.io/unity-sds/unity-data-services:9.1.0
8+
dockerPull: ghcr.io/unity-sds/unity-data-services:9.4.0
9+
NetworkAccess:
10+
networkAccess: true
911
InitialWorkDirRequirement:
1012
listing:
1113
- entry: $(inputs.sample_output_data)

0 commit comments

Comments
 (0)