You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
If you build a custom version of the images, pushing those an external Docker Hub repository will allow you to use those on the Apache OpenWhisk deployment.
@@ -77,11 +75,11 @@ The `core/nodejsActionBase` folder contains the Node.js app server used to imple
77
75
- Run the `distDocker` command to generate local Docker images for the different runtime versions.
78
76
79
77
```
80
-
./gradlew core:nodejs16Action:distDocker
81
78
./gradlew core:nodejs18Action:distDocker
79
+
./gradlew core:nodejs20Action:distDocker
82
80
```
83
81
84
-
This will return the following runtime images with the following names: `action-nodejs-v16`, and `action-nodejs-v18`.
82
+
This will return the following runtime images with the following names: `action-nodejs-v18`, and `action-nodejs-v20`.
85
83
86
84
### Testing
87
85
@@ -97,7 +95,6 @@ This will return the following runtime images with the following names: `action-
97
95
- Build the custom Docker images used in local testing.
0 commit comments