Skip to content
New issue

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

Add nodejs:10 runtime support to default deployments #4123

Closed
csantanapr opened this issue Nov 19, 2018 · 1 comment
Closed

Add nodejs:10 runtime support to default deployments #4123

csantanapr opened this issue Nov 19, 2018 · 1 comment
Assignees

Comments

@csantanapr
Copy link
Member

csantanapr commented Nov 19, 2018

Title: Add nodejs:10 runtime support to default deployments

1. Add nodejs:10 to core ansible/vagrant deploy

"nodejs": [
    {
        "kind": "nodejs:10",
        "default": true,
        "deprecated": false,
        "attached": {
            "attachmentName": "codefile",
            "attachmentType": "text/plain"
        },
        "image": {
            "prefix": "openwhisk",
            "name": "action-nodejs-v10",
            "tag": "latest"
        }
    }
]

3. Add nodejs:10 to docker-compose deploy

4. Add nodejs:10 to deploy-kube

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant