[ARVADOS] updated: a4daf2cf097005a45ea7727a3c6e33abba8c39d4
git at public.curoverse.com
git at public.curoverse.com
Thu Jul 3 17:08:12 EDT 2014
Summary of changes:
docker/bcbio-nextgen/Dockerfile | 10 ++++++++++
docker/build_tools/Makefile | 2 ++
2 files changed, 12 insertions(+)
via a4daf2cf097005a45ea7727a3c6e33abba8c39d4 (commit)
from 0b8f1f94be9f49e7a65f5ca84fe563918861be24 (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 a4daf2cf097005a45ea7727a3c6e33abba8c39d4
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Thu Jul 3 17:08:07 2014 -0400
Added note about how to build bcbio-nextgen docker image. Make
bcbio-nextgen-image depend on bcbio-nextgen/Dockerfile.
diff --git a/docker/bcbio-nextgen/Dockerfile b/docker/bcbio-nextgen/Dockerfile
index dfb4ea1..8f6e774 100644
--- a/docker/bcbio-nextgen/Dockerfile
+++ b/docker/bcbio-nextgen/Dockerfile
@@ -1,3 +1,13 @@
+# Install Arvados SDK into bcbio-nextgen Docker image.
+#
+# To build bcbio-nextgen:
+#
+# $ git clone https://github.com/chapmanb/bcbio-nextgen.git
+# $ cd bcbio-nextgen
+# $ docker build
+# $ docker tag <image> bcbio-nextgen
+#
+
FROM bcbio-nextgen
MAINTAINER Peter Amstutz <peter.amstutz at curoverse.com>
diff --git a/docker/build_tools/Makefile b/docker/build_tools/Makefile
index b279b4a..d01f955 100644
--- a/docker/build_tools/Makefile
+++ b/docker/build_tools/Makefile
@@ -40,6 +40,8 @@ KEEP_DEPS = keep/Dockerfile
SSO_DEPS = sso/passenger.conf $(SSO_GENERATED)
+BCBIO_NEXTGEN_DEPS = bcbio-nextgen/Dockerfile
+
BASE_GENERATED = base/generated/arvados.tar.gz
API_GENERATED = \
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list