We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Title: Add nodejs:10 runtime support to default deployments
nodejs:10
"nodejs": [ { "kind": "nodejs:10", "default": true, "deprecated": false, "attached": { "attachmentName": "codefile", "attachmentType": "text/plain" }, "image": { "prefix": "openwhisk", "name": "action-nodejs-v10", "tag": "latest" } } ]
Update spec, and tests for nodejs:10
Update js action section with nodejs:10
The text was updated successfully, but these errors were encountered:
All 5 PRs are now merged, closing 🎉 Thanks @dgrove-oss for all the reviews 👍
Sorry, something went wrong.
csantanapr
No branches or pull requests
Title: Add
nodejs:10
runtime support to default deployments1. Add
nodejs:10
to core ansible/vagrant deploynodejs:10
entry into ansible/files/runtimes.json3. Add
nodejs:10
to docker-compose deploynodejs:10
into runtime manifesthttps://github.com/apache/incubator-openwhisk-devtools/blob/master/docker-compose/docker-whisk-controller.env#L64
4. Add
nodejs:10
to deploy-kubenodejs:10
into runtime manifesthttps://github.com/apache/incubator-openwhisk-deploy-kube/blob/master/helm/openwhisk/runtimes.json
5. Update wskdeploy with
nodejs:10
Update spec, and tests for
nodejs:10
6 Update website with
nodejs:10
Update js action section with
nodejs:10
The text was updated successfully, but these errors were encountered: