This is an automated email from the ASF dual-hosted git repository.
rabbah pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-openwhisk-website.git
The following commit(s) were added to refs/heads/master by this push:
new bd65290 Update the docs to list all released and experimental
runtimes (#399)
bd65290 is described below
commit bd65290a2c7024e31edb769602777c6af6f4a13b
Author: Matt Rutkowski <[email protected]>
AuthorDate: Wed Jul 31 20:16:19 2019 -0500
Update the docs to list all released and experimental runtimes (#399)
---
_layouts/documentation.html | 32 ++++++++++++++++++++++----------
1 file changed, 22 insertions(+), 10 deletions(-)
diff --git a/_layouts/documentation.html b/_layouts/documentation.html
index 1476f53..f806360 100644
--- a/_layouts/documentation.html
+++ b/_layouts/documentation.html
@@ -197,26 +197,38 @@ layout: default
</ul>
<h5>Supports any functional programming language</h5>
<p>The OpenWhisk platform supports Action code written for any
- of its ever-growing, built-in <a
href="https://github.com/apache/incubator-openwhisk/blob/master/docs/actions.md#languages-and-runtimes">language
runtimes</a>:
+ of its ever-growing, built-in <a
href="https://github.com/apache/incubator-openwhisk/blob/master/docs/actions.md#languages-and-runtimes">language
runtimes</a>.
+ </p>
+ <p>The following is a list of runtimes the Apache OpenWhisk project
+ has officially released and made available on
+ our <a href="downloads.html#component-releases">Downloads</a> page.
</p>
<ul>
<!-- TODO Fix Go Runtime README so title matches other runtimes;
bury "other exec. -->
- <li><a
href="https://github.com/apache/incubator-openwhisk-runtime-ballerina#Apache-OpenWhisk-Runtime-for-Ballerina">Ballerina</a>
- OpenWhisk runtime for Ballerina</li>
- <li><a
href="https://github.com/apache/incubator-openwhisk-runtime-go#apache-openwhisk-runtimes-for-go">Go</a>
- OpenWhisk runtime for Go lang</li>
- <li><a
href="https://github.com/apache/incubator-openwhisk-runtime-java#apache-openwhisk-runtimes-for-java">Java</a>
- OpenWhisk runtime for Java 8 <i>(OpenJDK 8, JVM OpenJ9)</i></li>
- <li><a
href="https://github.com/apache/incubator-openwhisk-runtime-nodejs#apache-openwhisk-runtimes-for-nodejs">JavaScript</a>
- OpenWhisk runtime for Node.js v6, v8 and v10</li>
- <li><a
href="https://github.com/apache/incubator-openwhisk-runtime-php#apache-openwhisk-runtimes-for-php">PHP</a>
- OpenWhisk runtime for PHP 7.3, 7.2 and 7.1</li>
- <li><a
href="https://github.com/apache/incubator-openwhisk-runtime-python#apache-openwhisk-runtimes-for-python">Python</a>
- OpenWhisk runtime for Python 2.7, 3 and a 3 runtime variant for AI/ML
<i>(including packages for Tensorflow and PyTorch)</i></li>
- <li><a
href="https://github.com/apache/incubator-openwhisk-runtime-ruby#apache-openwhisk-runtimes-for-ruby">Ruby</a>
- OpenWhisk runtime for Ruby 2.5</li>
- <li><a
href="https://github.com/apache/incubator-openwhisk-runtime-swift#apache-openwhisk-runtimes-for-swift">Swift</a>
- OpenWhisk runtime for Swift 3.1.1, 4.1 and 4.2</li>
+ <li><a
href="https://github.com/apache/incubator-openwhisk-runtime-dotnet#readme">.Net</a>
- OpenWhisk runtime for .Net Core 2.2</li>
+ <li><a
href="https://github.com/apache/incubator-openwhisk-runtime-go#readme">Go</a> -
OpenWhisk runtime for Go</li>
+ <li><a
href="https://github.com/apache/incubator-openwhisk-runtime-java#readme">Java</a>
- OpenWhisk runtime for Java 8 <i>(OpenJDK 8, JVM OpenJ9)</i></li>
+ <li><a
href="https://github.com/apache/incubator-openwhisk-runtime-nodejs#readme">JavaScript</a>
- OpenWhisk runtime for Node.js v6, v8 and v10</li>
+ <li><a
href="https://github.com/apache/incubator-openwhisk-runtime-php#readme">PHP</a>
- OpenWhisk runtime for PHP 7.3, 7.2 and 7.1</li>
+ <li><a
href="https://github.com/apache/incubator-openwhisk-runtime-python#readme">Python</a>
- OpenWhisk runtime for Python 2.7, 3 and a 3 runtime variant for AI/ML
<i>(including packages for Tensorflow and PyTorch)</i></li>
+ <li><a
href="https://github.com/apache/incubator-openwhisk-runtime-ruby#readme">Ruby</a>
- OpenWhisk runtime for Ruby 2.5</li>
+ <li><a
href="https://github.com/apache/incubator-openwhisk-runtime-swift#readme">Swift</a>
- OpenWhisk runtime for Swift 3.1.1, 4.1 and 4.2</li>
+ </ul>
+
+ <p>The following is a list of experimental runtimes the Apache
OpenWhisk community is developing. The Apache OpenWhisk community would welcome
any help bringing these runtimes to a state where they can be released.
+ </p>
+ <ul>
+ <li><a
href="https://github.com/apache/incubator-openwhisk-runtime-ballerina#readme">Ballerina</a>
- OpenWhisk runtime for Ballerina 0.990.2</li>
+ <li><a
href="https://github.com/apache/incubator-openwhisk-runtime-rust#readme">Rust</a>
- OpenWhisk runtime for Rust 1.34</li>
</ul>
+
<!-- TODO: fix the Docker SDK header/title to say "Docker SDK" NOT
"Blackbox Actions"-->
<p>If you need languages or libraries the current
"out-of-the-box" runtimes do not support, you can create
and customize your own executable that run "black box"
<a
href="https://github.com/apache/incubator-openwhisk-runtime-docker/blob/master/sdk/docker/README.md">Docker
Actions</a>
using the Docker SDK which are run on the
- <a
href="https://github.com/apache/incubator-openwhisk-runtime-docker/blob/master/README.md">Docker
Runtime</a>.
+ <a
href="https://github.com/apache/incubator-openwhisk-runtime-docker#readme">Docker
Runtime</a>.
<!-- TODO: cover later and link -->
</p>