You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/12/13 13:02:29 UTC

[GitHub] csantanapr opened a new issue #4174: Add PHP 7.3 runtime support to default deployments

csantanapr opened a new issue #4174: Add PHP 7.3 runtime support to default deployments
URL: https://github.com/apache/incubator-openwhisk/issues/4174
 
 
   Title: Add `php:7.3` runtime support to default deployments
   
   ### 1. Add `php:7.3` to core ansible/vagrant deploy
   - Add `nodejs:10`entry into [ansible/files/runtimes.json](https://github.com/apache/incubator-openwhisk/blob/master/ansible/files/runtimes.json#L209)
   - Update and add doc file into [docs/action_node.md](https://github.com/apache/incubator-openwhisk/tree/master/docs)
   - Update unicode tests https://github.com/apache/incubator-openwhisk/tree/master/tests/dat/actions/unicode.tests
   
   ### 3. Add `php:7.3` to docker-compose deploy
   - Add `nodejs:10` into runtime manifest
   https://github.com/apache/incubator-openwhisk-devtools/blob/master/docker-compose/docker-whisk-controller.env#L64
   
   ### 4. Add `php:7.3` to deploy-kube
   - Add `nphp:7.3` into runtime manifest
   https://github.com/apache/incubator-openwhisk-deploy-kube/blob/master/helm/openwhisk/runtimes.json
   
   ### 5. Update wskdeploy with `php:7.3`
   Update spec, and tests for `php:7.3`
   
   ### 6 Update website with `php:7.3`
   Update js action section with `nphp:7.3`
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services