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
| `@main` or no tag | Defaults to the **slim** image |
53
+
| `@slim` | Explicitly use the **slim** image |
54
+
| `@full` | Use the **full** image |
55
+
| `@vX.Y.Z` | Specific version tag for **slim** |
56
+
| `@vX.Y.Z-slim` | Versioned **slim** image |
57
+
| `@vX.Y.Z-full` | Versioned **full** image |
58
+
59
+
The **slim** image does not include the Rust toolchain or tools required to build serverless functions. It is smaller in size and suitable for most CLI use cases.
60
+
61
+
The **full** image includes the Rust toolchain and all necessary tools for building serverless functions, resulting in a larger image size.
0 commit comments