8000 docs: add warning about prebuilds incompatibility with certain features · coder/coder@6fb5173 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6fb5173

Browse files
committed
docs: add warning about prebuilds incompatibility with certain features
1 parent 4e95b1d commit 6fb5173
Copy full SHA for 6fb5173

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/admin/templates/extending-templates/prebuilt-workspaces.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Prebuilt workspaces
22

3+
> [!WARNING] Prebuilds Compatibility Limitations
4+
> Prebuilt workspaces are currently not compatible with configurations that have Workspace schedule (autostart/autostop), or Dormancy enabled.
5+
> If these features are configured, prebuilt workspaces may fail to run correctly.
6+
>
7+
> In addition, prebuilds currently do not work reliably with [DevContainers feature](../managing-templates/devcontainers/index.md).
8+
> If your project relies on DevContainer configuration, we recommend disabling prebuilds or carefully testing behavior before enabling them in production.
9+
>
10+
> We’re actively working to improve compatibility, but for now, please avoid using prebuilds with these features to ensure stability and expected behavior.
11+
312
Prebuilt workspaces allow template administrators to improve the developer experience by reducing workspace
413
creation time with an automatically maintained pool of ready-to-use workspaces for specific parameter presets.
514

0 commit comments

Comments
 (0)
0