Skip to content

Commit 7f15c16

Browse files
RatArtjakubno
andauthored
Kernel info (#64)
* Add kernel info to templates * Update dates of Kernel release * Move kernel block to bottom of the page * Remove line breaks * Apply suggestion from @jakubno * Apply suggestion from @jakubno --------- Co-authored-by: Jakub Novák <[email protected]>
1 parent 669f02b commit 7f15c16

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

docs/template/how-it-works.mdx

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,20 @@ To learn more about default user and workdir, please refer to the [User And Work
2929

3030
## Caching
3131
To learn more about caching, please refer to the [Caching](/docs/template/caching) section.
32+
33+
## Kernel
34+
35+
E2B sandboxes run on an **LTS 6.1 Linux kernel**.
36+
The exact kernel version available in your sandbox depends on **when your template was built**:
37+
38+
| Template build date (DD.MM.YYYY) | Kernel version |
39+
|----------------------------------|----------------|
40+
| ≥ 27.11.2025 | 6.1.158 (current) |
41+
| < 27.11.2025 | 6.1.102 |
42+
43+
> **Note:**
44+
> Kernel versions are fixed at **template build time**.
45+
> If your template was created on an older kernel, **the kernel cannot be upgraded or changed** for that template.
46+
> To use a newer kernel, you must **rebuild the template** or create a new one.
47+
48+
You can find the kernel configuration files for each version [here](https://github.com/e2b-dev/fc-kernels/tree/main/configs).

0 commit comments

Comments
 (0)