Runtime Object
Properties
Name | Type | Description |
$id | string | Runtime ID. |
name | string | Runtime Name. |
version | string | Runtime version. |
base | string | Base Docker image used to build the runtime. |
image | string | Image name of Docker Hub. |
logo | string | Name of the logo image. |
supports | string[] | List of supported architectures. |
Examples
JSON
{
"$id": "python-3.8",
"name": "Python",
"version": "3.8",
"base": "python:3.8-alpine",
"image": "appwrite\\\/runtime-for-python:3.8",
"logo": "python.png",
"supports": [
"amd64"
]
}