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
or loaded from an S3 bucket (S3 is used as the state of a long-running service).
This describes the initialization process. However, it should also be possible to add new languages, modify existing ones, and remove them.
Configuration.
The configuration consists of a Dockerfile (along with the necessary files) and a config.json file that defines a template—containing the name, constraints, and actions (various execution options within a single container).
Abstraction.
The sandbox can be launched with different configurations (sets of languages), which can be:
This describes the initialization process. However, it should also be possible to add new languages, modify existing ones, and remove them.
Configuration.
The configuration consists of a Dockerfile (along with the necessary files) and a config.json file that defines a template—containing the name, constraints, and actions (various execution options within a single container).
Example one: https://github.com/codiewio/codenire/blob/main/sandbox/dockerfiles/php83/config.json
Task.
An API needs to be implemented to modify template configurations and actions within a template.
Proposed API:
Actions
Templates
The text was updated successfully, but these errors were encountered: