infra icon indicating copy to clipboard operation
infra copied to clipboard

Infrastructure powering E2B - Secure Runtime for AI Agents & Apps

Results 39 infra issues
Sort by recently updated
recently updated
newest added

Right now the logs from proxies and API are only accessible in Nomad (and that is for a limited time). We can monitor the errors that users get in SDK...

improvement

We want to update the default version that is used for newly built templates to this release after checking if everything is compatible.

improvement

Firecracker 1.7 was released and we want to update the default version that is used for newly built templates to this release after checking if everything is compatible.

improvement

Users can use only the HTTP protocol when communicating with services they started inside the sandbox. This for example prevents users from communicating with a service they started inside their...

feature

Check if headers aren't removed by nginx proxies used for sandbox networking. I was getting the header inside the sandbox, but it wasn't present when requesting from outside.

bug

Currently, the E2B infra can run only on a single client. We're moving to a multi-client support in order to be able to scale the number of running sandboxes.

feature

When a process in sandbox is killed we are propagating the -1 exit code, but we should also add a message so it it clear that the process was killed...

When running any sudo command, there's this line in the output: ``` user@fc1574dff44b:~$ sudo ls > sudo: unable to resolve host fc1574dff44b: Name or service not known ```

![Screenshot 2024-02-19 at 21 15 06](https://github.com/e2b-dev/infra/assets/49156497/8245493b-704e-4f6a-8619-8ab3ce7b56e4) This is probably caused by the go context again.

bug