Skip to content

Commit 1d1d2e7

Browse files
neurorepromr-c
authored andcommitted
Update Docker image name in staging lesson to match the one configured in linkfile.cwl
1 parent 9cd6807 commit 1d1d2e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_episodes/15-staging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ command line:
3737

3838
~~~
3939
$ cwl-runner linkfile.cwl arguments-job.yml
40-
[job 139928309171664] /home/example$ docker run -i --volume=/home/example/Hello.java:/var/lib/cwl/job557617295_examples/Hello.java:ro --volume=/home/example:/var/spool/cwl:rw --volume=/tmp/tmpmNbApw:/tmp:rw --workdir=/var/spool/cwl --read-only=true --net=none --user=1001 --rm --env=TMPDIR=/tmp java:7 javac Hello.java
40+
[job 139928309171664] /home/example$ docker run -i --volume=/home/example/Hello.java:/var/lib/cwl/job557617295_examples/Hello.java:ro --volume=/home/example:/var/spool/cwl:rw --volume=/tmp/tmpmNbApw:/tmp:rw --workdir=/var/spool/cwl --read-only=true --net=none --user=1001 --rm --env=TMPDIR=/tmp openjdk:9.0.1-11-slim javac Hello.java
4141
Final process status is success
4242
{
4343
"classfile": {

0 commit comments

Comments
 (0)