mrutkows commented on issue #435: deprecating swift and php runtimes URL: https://github.com/apache/incubator-openwhisk-wskdeploy/pull/435#issuecomment-326717981 @pritidesai the goal was to all simply "swift" to be mapped to the "latest" swift image and "php" to be mapped to the latest php image. This would require us to provide a mapping based upon the (no hardcoded) JSON the platform returns and performing a lookup into it to determine "latest". The ultimate goal is to help the user who codes the manifest to always move to the latest (without knowing versions. If we perform a mapping we need to WARN them we did so. Also, if for some reason the ask for a <language>@6 and we only find <language>@7 we should err on the side of trying to deploy and run it and again WARN them that we were deployed but were forced to run on a newer runtime and advise them to upgrade. ---------------------------------------------------------------- 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: [email protected]
With regards, Apache Git Services
