[ARVADOS] updated: c668e7499c3b2a1561389a06910e33112e7d171d

Git user git at public.curoverse.com
Tue Dec 13 16:40:50 EST 2016


Summary of changes:
 doc/_config.yml                                         |  2 +-
 doc/user/examples/crunch-examples.html.textile.liquid   |  2 ++
 doc/user/reference/job-pipeline-ref.html.textile.liquid |  2 ++
 doc/user/topics/arv-docker.html.textile.liquid          | 12 ++++++------
 doc/user/topics/run-command.html.textile.liquid         |  2 ++
 5 files changed, 13 insertions(+), 7 deletions(-)

       via  c668e7499c3b2a1561389a06910e33112e7d171d (commit)
      from  23cdaa559272388135e1a5c3d1cc64cfe6e422d5 (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 c668e7499c3b2a1561389a06910e33112e7d171d
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Tue Dec 13 16:40:48 2016 -0500

    10576: Tweak Docker docs and add pipeline deprecation notice.

diff --git a/doc/_config.yml b/doc/_config.yml
index 97f45db..c2891d7 100644
--- a/doc/_config.yml
+++ b/doc/_config.yml
@@ -56,12 +56,12 @@ navbar:
       - user/tutorials/writing-cwl-workflow.html.textile.liquid
       - user/cwl/cwl-style.html.textile.liquid
       - user/cwl/cwl-extensions.html.textile.liquid
+      - user/topics/arv-docker.html.textile.liquid
       - user/tutorials/running-external-program.html.textile.liquid
       - user/topics/crunch-tools-overview.html.textile.liquid
       - user/tutorials/tutorial-firstscript.html.textile.liquid
       - user/tutorials/tutorial-submit-job.html.textile.liquid
       - user/topics/tutorial-parallel.html.textile.liquid
-      - user/topics/arv-docker.html.textile.liquid
     - Develop a web service:
       - user/topics/arv-web.html.textile.liquid
     - Reference:
diff --git a/doc/user/examples/crunch-examples.html.textile.liquid b/doc/user/examples/crunch-examples.html.textile.liquid
index 21f30cc..d1c7f12 100644
--- a/doc/user/examples/crunch-examples.html.textile.liquid
+++ b/doc/user/examples/crunch-examples.html.textile.liquid
@@ -4,6 +4,8 @@ navsection: userguide
 title: "Scripts provided by Arvados"
 ...
 
+{% include 'pipeline_deprecation_notice' %}
+
 Several crunch scripts are included with Arvados in the "/crunch_scripts directory":https://dev.arvados.org/projects/arvados/repository/revisions/master/show/crunch_scripts. They are intended to provide examples and starting points for writing your own scripts.
 
 h4. bwa-aln
diff --git a/doc/user/reference/job-pipeline-ref.html.textile.liquid b/doc/user/reference/job-pipeline-ref.html.textile.liquid
index 643e6bb..9e8b2cf 100644
--- a/doc/user/reference/job-pipeline-ref.html.textile.liquid
+++ b/doc/user/reference/job-pipeline-ref.html.textile.liquid
@@ -4,4 +4,6 @@ navsection: userguide
 title: "Pipeline template reference"
 ...
 
+{% include 'pipeline_deprecation_notice' %}
+
 Pipeline template options are described on the "pipeline template schema page.":{{site.baseurl}}/api/methods/pipeline_templates.html
diff --git a/doc/user/topics/arv-docker.html.textile.liquid b/doc/user/topics/arv-docker.html.textile.liquid
index 1a31d12..5ccd5ac 100644
--- a/doc/user/topics/arv-docker.html.textile.liquid
+++ b/doc/user/topics/arv-docker.html.textile.liquid
@@ -184,13 +184,13 @@ arvados/jobs-with-r             latest      33ea6b877923  qr1hi-4zz18-3fk2px2ji2
 </code></pre>
 </notextile>
 
-You are now able to specify the runtime environment for your program using the @docker_image@ field of the @runtime_constaints@ section of your pipeline components:
+You are now able to specify the runtime environment for your program using @DockerRequirement@ in your workflow:
 
-<notextile>
-{% code 'example_docker' as javascript %}
-</notextile>
-
-* The @docker_image@ field can be one of: the Docker repository name (as shown above), the Docker image hash, or the Arvados collection portable data hash.
+<pre>
+hints:
+  DockerRequirement:
+    dockerPull: arvados/jobs-with-r
+</pre>
 
 h2. Share Docker images
 
diff --git a/doc/user/topics/run-command.html.textile.liquid b/doc/user/topics/run-command.html.textile.liquid
index 7883919..ac40458 100644
--- a/doc/user/topics/run-command.html.textile.liquid
+++ b/doc/user/topics/run-command.html.textile.liquid
@@ -4,6 +4,8 @@ navsection: userguide
 title: "run-command reference"
 ...
 
+{% include 'pipeline_deprecation_notice' %}
+
 The @run-command@ crunch script enables you run command line programs.
 
 {% include 'tutorial_expectations_workstation' %}

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list