d4rkstar commented on issue #98:
URL: https://github.com/apache/openserverless/issues/98#issuecomment-2734844374

   Hello @AntonioVergari, 
   the `kind` inside the runtime.json is the proper name of the runtime. (When 
you create an action, the name you pass on --kind switch). So it's not directly 
related to a "folder".
   So, i think that the best way to do is to parse the "image" object. Ex:
   
   ```
   "image": {
         "prefix": "apache",
         "name": "openserverless-runtime-python",
         "tag": "v3.11-2501172243"
     },
   ```
   in particular, the tag. v3.11 will refer to the runtime builded from the 
python [folder v3.11, from the git tag 
2501172243](https://github.com/apache/openserverless-runtimes/tree/2501172243/runtime/python/v3.11).
   
   Take in account that python:3 is the same of python:3.12.
   
   I think that the other "openserverless" runtimes can be handled the same way.
   
   About Java and Go, i think that we can skip them in the first release of 
this part of documentation
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@openserverless.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to