aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/roadmap.md
diff options
context:
space:
mode:
authorGravatar Damien Martin-Guillerez <dmarting@google.com>2015-05-22 13:48:53 +0000
committerGravatar Kristina Chodorow <kchodorow@google.com>2015-05-22 20:00:06 +0000
commitaba6ea8881660c3f5b4f7cc3425152641ce0af42 (patch)
tree6d41d690cae92a4185667bb47fcbd22d0701d8d1 /site/roadmap.md
parent91d870e65de28e92b03b518b41afdf659ce832ac (diff)
Updated the Beta Roadmap
-- MOS_MIGRATED_REVID=94274422
Diffstat (limited to 'site/roadmap.md')
-rw-r--r--site/roadmap.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/site/roadmap.md b/site/roadmap.md
index d26685500f..564a09f520 100644
--- a/site/roadmap.md
+++ b/site/roadmap.md
@@ -77,18 +77,20 @@ various other fully supported features. In particular, the following
features/capabilities will be available:
* Binary versions of Bazel for Linux and OS X
-* All Bazel tests currently in Google's repository are ported to GitHub
* The Bazel test suite runs on externally-visible continuous integration
infrastructure
* Support for referencing transitive sources via Maven
* Support for prefetching and caching remote dependencies
* Support for building and testing Android apps
* Support for testing iOS apps
-* Support for build action sandboxing
+* Support for building and deploying Docker images
## Tentative post-beta plans
* Binary releases of Bazel at least monthly
+* Full support for build action sandboxing
+* Support for distributed caching of build artifacts
+* All Bazel tests currently in Google's repository are ported to GitHub
* The external repository is primary
* An auto-update mechanism to allow Bazel to dynamically check for, fetch,
and install updated releases, rules, etc.