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 php:7.3 runtime support to default deployments
php:7.3
nphp:7.3
The text was updated successfully, but these errors were encountered:
@akrabat will be working on this
Sorry, something went wrong.
All required PRs opened I believe.
All PRs have being merged, Thanks ❤️ @akrabat 👍
csantanapr
No branches or pull requests
Title: Add
php:7.3
runtime support to default deployments1. Add
php:7.3
to core ansible/vagrant deployphp:7.3
entry into ansible/files/runtimes.json3. Add
php:7.3
to docker-compose deployphp:7.3
into runtime manifesthttps://github.com/apache/incubator-openwhisk-devtools/blob/master/docker-compose/docker-whisk-controller.env#L64
4. Add
php:7.3
to deploy-kubenphp:7.3
into runtime manifesthttps://github.com/apache/incubator-openwhisk-deploy-kube/blob/master/helm/openwhisk/runtimes.json
5. Update wskdeploy with
php:7.3
php:7.3
https://github.com/apache/incubator-openwhisk-wskdeploy/blob/master/runtimes/runtimes.go#L267
https://github.com/apache/incubator-openwhisk-wskdeploy/blob/master/specification/html/spec_actions.md#valid-runtime-names
https://github.com/apache/incubator-openwhisk-wskdeploy/blob/master/tests/src/integration/runtimetests/manifest.yaml#L5
6 Update website with
php:7.3
php:7.3
https://github.com/apache/incubator-openwhisk-website/blob/master/_layouts/documentation.html
https://github.com/apache/incubator-openwhisk-website/tree/master/_includes/code
The text was updated successfully, but these errors were encountered: