-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating runtimes cache to match server side (#1086)
- Loading branch information
1 parent
8e4a799
commit fe1d299
Showing
2 changed files
with
54 additions
and
122 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -136,7 +136,7 @@ These packages may vary by OpenWhisk release; examples of supported runtimes as | |
|:---|:---|:---|:---| | ||
| nodejs@10 | nodejs:10 | openwhisk/action-nodejs-v8:latest | Latest NodeJS 10 runtime | | ||
| nodejs@8 | nodejs:8 | openwhisk/action-nodejs-v8:latest | Latest NodeJS 8 runtime | | ||
| nodejs@6 | nodejs:default | openwhisk/nodejs6action:latest | Latest NodeJS 6 runtime | | ||
| nodejs@12 | nodejs:12 | openwhisk/nodejs12action:latest | Latest NodeJS 12 runtime | | ||
| java | java | openwhisk/java8action:latest | Latest Java (8) language runtime | | ||
| php, [email protected] | php:7.3 | openwhisk/action-php-v7.3:latest | Latest PHP (7.3) language runtime | | ||
| php, [email protected] | php:7.2 | openwhisk/action-php-v7.2:latest | Latest PHP (7.2) language runtime | | ||
|