Skip to content

Update docker image for Java #69

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 26, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _includes/cwl/08-arguments/arguments.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

cwlVersion: v1.0
class: CommandLineTool
label: Example trivial wrapper for Java 7 compiler
label: Example trivial wrapper for Java 9 compiler
hints:
DockerRequirement:
dockerPull: java:7-jdk
dockerPull: openjdk:9.0.1-11-slim
baseCommand: javac
arguments: ["-d", $(runtime.outdir)]
inputs:
Expand Down
2 changes: 1 addition & 1 deletion _includes/cwl/15-staging/linkfile.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cwlVersion: v1.0
class: CommandLineTool
hints:
DockerRequirement:
dockerPull: java:7
dockerPull: openjdk:9.0.1-11-slim
baseCommand: javac

requirements:
Expand Down
4 changes: 2 additions & 2 deletions _includes/cwl/21-1st-workflow/arguments.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

cwlVersion: v1.0
class: CommandLineTool
label: Example trivial wrapper for Java 7 compiler
label: Example trivial wrapper for Java 9 compiler
hints:
DockerRequirement:
dockerPull: java:7-jdk
dockerPull: openjdk:9.0.1-11-slim
baseCommand: javac
arguments: ["-d", $(runtime.outdir)]
inputs:
Expand Down
4 changes: 2 additions & 2 deletions _includes/cwl/22-nested-workflows/arguments.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

cwlVersion: v1.0
class: CommandLineTool
label: Example trivial wrapper for Java 7 compiler
label: Example trivial wrapper for Java 9 compiler
hints:
DockerRequirement:
dockerPull: java:7-jdk
dockerPull: openjdk:9.0.1-11-slim
baseCommand: javac
arguments: ["-d", $(runtime.outdir)]
inputs:
Expand Down