Skip to content

Runtime: Add QEMU runtime for Ubuntu 24.04, mark Debian 11 as deprecated #143

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 15, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions docs/computing/runtimes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,14 @@ Runtime used for functions
#### QEMU Disk Image
QEMU "runtimes" are regular disk image. The image uploaded to the network are the one directly provided by their respective project, specifically the cloud variant with cloud-init enabled.

| name | hash | filesystem |
|----------------------|------------------------------------------------------------------|------------|
| Debian 11 “Bullseye” | f7e68c568906b4ebcd3cd3c4bfdff96c489cd2a9ef73ba2d7503f244dfd578de | disk img |
| Debian 12 “Bookworm” | b6ff5c3a8205d1ca4c7c3369300eeafff498b558f71b851aa2114afd0a532717 | disk img |
| Ubuntu 22.04 LTS | 4a0f62da42f4478544616519e6f5d58adb1096e069b392b151d47c3609492d0c | disk img |
| name | hash | filesystem |
|-----------------------------|------------------------------------------------------------------|------------|
| ~~Debian 11 “Bullseye”~~ 1. | f7e68c568906b4ebcd3cd3c4bfdff96c489cd2a9ef73ba2d7503f244dfd578de | disk img |
| Debian 12 “Bookworm” | b6ff5c3a8205d1ca4c7c3369300eeafff498b558f71b851aa2114afd0a532717 | disk img |
| Ubuntu 22.04 LTS | 4a0f62da42f4478544616519e6f5d58adb1096e069b392b151d47c3609492d0c | disk img |
| Ubuntu 24.04 LTS | 5330dcefe1857bcd97b7b7f24d1420a7d46232d53f27be280c8a7071d88bd84e | disk img |

1. This runtime is now deprecated for production usage but is kept for retro-compatibility.

#### Confidential Computing Disk
No runtime or disk image are provided at the moment for confidential computing.
Expand Down