pritidesai commented on issue #866: Export blackbox
URL: 
https://github.com/apache/incubator-openwhisk-wskdeploy/pull/866#issuecomment-381763727
 
 
   thanks @kpavel for fixing creating zip files, I am running into one more 
issue, when I try to deploy using exported manifest, whisk deploy fails with:
   
   ```
   ./wskdeploy sync -m manifest.yaml --projectname AAA
   Info: The API host is [openwhisk.ng.bluemix.net], from .wskprops.
   Info: The auth key is set, from .wskprops.
   Info: The namespace is [*], from .wskprops.
   Info: The apigw access token is set, from .wskprops.
   Info: Unmarshal OpenWhisk runtimes from internet at 
https://openwhisk.ng.bluemix.net.
   Warning: The project name has been overridden. Using AAA
   Warning: The mandatory key [package license] should be set. Using default 
value [unlicensed]...
   Warning: The value for key [package version] is not saved in the current 
version of wskdeploy.
   Warning: Invalid or missing runtime [blackbox] specified in manifest for the 
action [CustomDockerAction2].
   Error: manifestreader.go [78]: [ERROR_YAML_FILE_FORMAT_ERROR]: File: 
[manifest.yaml]: 
   ==> manifest_parser.go [618]: [ERROR_YAML_INVALID_RUNTIME]: File: 
[manifest.yaml]: Invalid or missing runtime [blackbox] specified in manifest 
for the action [CustomDockerAction2].
   ==> Action [CustomDockerAction2]: Runtime [blackbox]: Supported Runtimes 
[java, php:7.1, python, python:2, python:3, python-jessie:3, swift:3.1.1, 
swift:4.1, nodejs:6, nodejs:8]
   ==> 
   ```
   
   Can you please fix this error? Please update it so that runtime is set to 
empty string.  You have docker set to the appropriate image which is sufficient 
in this case.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to