[ARVADOS] updated: c6ab2d3b8932e60125818f6bfa123d81fd080411
git at public.curoverse.com
git at public.curoverse.com
Wed Dec 30 18:10:54 EST 2015
Summary of changes:
doc/_includes/_tutorial_submit_job.liquid | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via c6ab2d3b8932e60125818f6bfa123d81fd080411 (commit)
from d51793b5657cbdb165fb10d520282134d8ce3f33 (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 c6ab2d3b8932e60125818f6bfa123d81fd080411
Author: Brett Smith <brett at curoverse.com>
Date: Wed Dec 30 18:10:38 2015 -0500
8077: Tutorial suggests using the arvados/jobs Docker image.
This is all the hash script needs, and clusters are more likely to
have it than arvados/jobs-java-bwa-samtools, which is more of an
internal thing. Closes #8077.
diff --git a/doc/_includes/_tutorial_submit_job.liquid b/doc/_includes/_tutorial_submit_job.liquid
index 3ea7602..ec772d9 100644
--- a/doc/_includes/_tutorial_submit_job.liquid
+++ b/doc/_includes/_tutorial_submit_job.liquid
@@ -6,7 +6,7 @@
"script":"hash.py",
"script_version":"master",
"runtime_constraints":{
- "docker_image":"arvados/jobs-java-bwa-samtools"
+ "docker_image":"arvados/jobs"
},
"script_parameters":{
"input":{
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list