Skip to content

Commit 9ce3ba9

Browse files
committed
update description of v18
1 parent 0640aed commit 9ce3ba9

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ This repository contains sources files needed to build the Node.js runtimes for
2727
The following Node.js runtime versions (with kind & image labels) are generated by the build system:
2828

2929
- Node.js 14.19 (`nodejs:14` & `openwhisk/action-nodejs-v14`)
30-
- Node.js 16.15 (`nodejs:16` & `openwhisk/action-nodejs-v16`)
31-
- Node.js 18 (`nodejs:18` & `openwhisk/action-nodejs-v16`)
30+
- Node.js 16 (`nodejs:16` & `openwhisk/action-nodejs-v16`)
31+
- Node.js 18 (`nodejs:18` & `openwhisk/action-nodejs-v18`)
3232

3333
This README documents the build, customisation and testing of these runtime images.
3434

@@ -56,6 +56,7 @@ All the runtime images are published by the project to Docker Hub @ [https://hub
5656

5757
- [https://hub.docker.com/r/openwhisk/action-nodejs-v14](https://hub.docker.com/r/openwhisk/action-nodejs-v14)
5858
- [https://hub.docker.com/r/openwhisk/action-nodejs-v16](https://hub.docker.com/r/openwhisk/action-nodejs-v16)
59+
- [https://hub.docker.com/r/openwhisk/action-nodejs-v18](https://hub.docker.com/r/openwhisk/action-nodejs-v18)
5960

6061
These images can be used to execute Node.js actions on any deployment of Apache OpenWhisk, even those without those images defined the in runtime manifest, using the `--docker` action parameter.
6162

@@ -84,9 +85,10 @@ The `core/nodejsActionBase` folder contains the Node.js app server used to imple
8485
```
8586
./gradlew core:nodejs14Action:distDocker
8687
./gradlew core:nodejs16Action:distDocker
88+
./gradlew core:nodejs18Action:distDocker
8789
```
8890

89-
This will return the following runtime images with the following names: `action-nodejs-v14` and `action-nodejs-v16`.
91+
This will return the following runtime images with the following names: `action-nodejs-v14`, `action-nodejs-v16`, and `action-nodejs-v18`.
9092

9193
### Testing
9294

@@ -104,6 +106,7 @@ This will return the following runtime images with the following names: `action-
104106
```
105107
./gradlew tests:dat:docker:nodejs14docker:distDocker
106108
./gradlew tests:dat:docker:nodejs16docker:distDocker
109+
./gradlew tests:dat:docker:nodejs18docker:distDocker
107110
```
108111

109112
- Run the project tests.

0 commit comments

Comments
 (0)