You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `version` | `string` | Runtime Open Runtime version (allowed values: 'v2', 'v4') | | 'v4' |
186
+
| `version` | `string` | Runtime Open Runtime version (allowed values: 'v2', 'v5') | | 'v5' |
187
187
| `runtimeEntrypoint` | `string` | Commands to run when creating a container. Maximum of 100 commands are allowed, each 1024 characters long. | | ' ' |
188
188
189
189
## Environment variables
@@ -201,7 +201,7 @@ docker compose down
201
201
| OPR_EXECUTOR_LOGGING_CONFIG | External logging provider DSN used by the executor, ex: `sentry://PROJECT_ID:SENTRY_API_KEY@SENTRY_HOST/`|
->param('version', 'v4', newWhiteList(['v2', 'v4']), 'Runtime Open Runtime version.', true)
577
+
->param('version', 'v5', newWhiteList(['v2', 'v5']), 'Runtime Open Runtime version.', true)
578
578
->param('restartPolicy', DockerAPI::RESTART_NO, newWhiteList([DockerAPI::RESTART_NO, DockerAPI::RESTART_ALWAYS, DockerAPI::RESTART_ON_FAILURE, DockerAPI::RESTART_UNLESS_STOPPED], true), 'Define restart policy for the runtime once an exit code is returned. Default value is "no". Possible values are "no", "always", "on-failure", "unless-stopped".', true)
->param('version', 'v4', newWhiteList(['v2', 'v4']), 'Runtime Open Runtime version.', true)
959
+
->param('version', 'v5', newWhiteList(['v2', 'v5']), 'Runtime Open Runtime version.', true)
960
960
->param('runtimeEntrypoint', '', newText(1024, 0), 'Commands to run when creating a container. Maximum of 100 commands are allowed, each 1024 characters long.', true)
961
961
->param('logging', true, newBoolean(true), 'Whether executions will be logged.', true)
962
962
->param('restartPolicy', DockerAPI::RESTART_NO, newWhiteList([DockerAPI::RESTART_NO, DockerAPI::RESTART_ALWAYS, DockerAPI::RESTART_ON_FAILURE, DockerAPI::RESTART_UNLESS_STOPPED], true), 'Define restart policy once exit code is returned by command. Default value is "no". Possible values are "no", "always", "on-failure", "unless-stopped".', true)
0 commit comments