Merge branch '12737-update-rails-api'
[arvados.git] / doc / install / create-standard-objects.html.textile.liquid
index 8391e285216b8910d9aeaaa53c88be05dbc3209c..8ac3fb0dffcf870200b4f9c05a320c6a3f33f4d6 100644 (file)
@@ -4,6 +4,11 @@ navsection: installguide
 title: Create standard objects
 
 ...
+{% comment %}
+Copyright (C) The Arvados Authors. All rights reserved.
+
+SPDX-License-Identifier: CC-BY-SA-3.0
+{% endcomment %}
 
 In these steps we use the Arvados CLI tools on the <strong>shell server</strong> to create a few Arvados objects. The CLI tools require an ARVADOS_API_TOKEN environment variable with a valid admin token. If you haven't already done so, set that up as shown in the "API token guide":../user/reference/api-tokens.html.
 
@@ -37,7 +42,7 @@ In a couple of minutes, your arvados-git-sync cron job will create an empty repo
 <notextile>
 <pre><code>~$ <span class="userinput">cd /tmp</span>
 /tmp$ <span class="userinput">git clone --bare https://github.com/curoverse/arvados.git</span>
-/tmp/arvados$ <span class="userinput">git --git-dir arvados.git push https://git.<b>uuid_prefix.your.domain</b>/arvados.git '*:*'</span>
+/tmp <span class="userinput">git --git-dir arvados.git push https://git.<b>uuid_prefix.your.domain</b>/arvados.git '*:*'</span>
 </code></pre>
 </notextile>
 
@@ -67,3 +72,13 @@ Here we create a default project for the standard Arvados Docker images, and giv
 }
 EOF</span>
 </code></pre></notextile>
+
+h3. Download and tag the latest arvados/jobs docker image
+
+The @arvados-cwl-runner@ needs access to an arvados/jobs image that is tagged as 'latest'. The following command downloads the latest arvados/jobs image from Docker Hub, loads it into Keep, and tags it as 'latest'.
+
+<notextile>
+<pre><code>~$ <span class="userinput">arv-keepdocker --pull arvados/jobs latest</span>
+</code></pre></notextile>
+
+If the image needs to be downloaded from Docker Hub, the command can take a few minutes to complete, depending on available network bandwidth.