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.
@@ -89,12 +81,11 @@ The `core/nodejsActionBase` folder contains the Node.js app server used to imple
89
81
- Run the `distDocker` command to generate local Docker images for the different runtime versions.
90
82
91
83
```
92
-
./gradlew core:nodejs12Action:distDocker
93
84
./gradlew core:nodejs14Action:distDocker
94
85
./gradlew core:nodejs16Action:distDocker
95
86
```
96
87
97
-
This will return the following runtime images with the following names: `action-nodejs-v12`, `action-nodejs-v14` and `action-nodejs-v16`.
88
+
This will return the following runtime images with the following names: `action-nodejs-v14` and `action-nodejs-v16`.
98
89
99
90
### Testing
100
91
@@ -110,7 +101,6 @@ This will return the following runtime images with the following names: `action-
110
101
- Build the custom Docker images used in local testing.
0 commit comments