[ARVADOS] updated: 3c101af94da9d7cbbbaa8941f5510292c5de60f7
Git user
git at public.curoverse.com
Wed Aug 3 20:08:07 EDT 2016
Summary of changes:
doc/install/create-standard-objects.html.textile.liquid | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
discards debcd25fa3de6337543e3ec95e9830c4c2a2992e (commit)
via 3c101af94da9d7cbbbaa8941f5510292c5de60f7 (commit)
This update added new revisions after undoing existing revisions. That is
to say, the old revision is not a strict subset of the new revision. This
situation occurs when you --force push a change and generate a repository
containing something like this:
* -- * -- B -- O -- O -- O (debcd25fa3de6337543e3ec95e9830c4c2a2992e)
\
N -- N -- N (3c101af94da9d7cbbbaa8941f5510292c5de60f7)
When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.
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 3c101af94da9d7cbbbaa8941f5510292c5de60f7
Author: Ward Vandewege <ward at curoverse.com>
Date: Wed Aug 3 15:54:34 2016 -0400
Document how to download and tag the arvados/jobs Docker image.
refs #9677
diff --git a/doc/install/create-standard-objects.html.textile.liquid b/doc/install/create-standard-objects.html.textile.liquid
index 96a8389..9a80fd7 100644
--- a/doc/install/create-standard-objects.html.textile.liquid
+++ b/doc/install/create-standard-objects.html.textile.liquid
@@ -67,3 +67,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.
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list