From 6fb5173a52158d5546ac1273bc939c3f42118c1b Mon Sep 17 00:00:00 2001 From: Susana Ferreira Date: Tue, 1 Jul 2025 11:41:12 +0000 Subject: [PATCH 1/2] docs: add warning about prebuilds incompatibility with certain features --- .../templates/extending-templates/prebuilt-workspaces.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/admin/templates/extending-templates/prebuilt-workspaces.md b/docs/admin/templates/extending-templates/prebuilt-workspaces.md index 9d33425019b50..39533801fcb1e 100644 --- a/docs/admin/templates/extending-templates/prebuilt-workspaces.md +++ b/docs/admin/templates/extending-templates/prebuilt-workspaces.md @@ -1,5 +1,14 @@ # Prebuilt workspaces +> [!WARNING] Prebuilds Compatibility Limitations +> Prebuilt workspaces are currently not compatible with configurations that have Workspace schedule (autostart/autostop), or Dormancy enabled. +> If these features are configured, prebuilt workspaces may fail to run correctly. +> +> In addition, prebuilds currently do not work reliably with [DevContainers feature](../managing-templates/devcontainers/index.md). +> If your project relies on DevContainer configuration, we recommend disabling prebuilds or carefully testing behavior before enabling them in production. +> +> We’re actively working to improve compatibility, but for now, please avoid using prebuilds with these features to ensure stability and expected behavior. + Prebuilt workspaces allow template administrators to improve the developer experience by reducing workspace creation time with an automatically maintained pool of ready-to-use workspaces for specific parameter presets. From 3f31a7a45c057f24db0a43b709e2de7e1ef59ddc Mon Sep 17 00:00:00 2001 From: Susana Ferreira Date: Tue, 1 Jul 2025 12:01:02 +0000 Subject: [PATCH 2/2] docs: fix warning formatting --- .../admin/templates/extending-templates/prebuilt-workspaces.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/admin/templates/extending-templates/prebuilt-workspaces.md b/docs/admin/templates/extending-templates/prebuilt-workspaces.md index 39533801fcb1e..2c5e73ad289b4 100644 --- a/docs/admin/templates/extending-templates/prebuilt-workspaces.md +++ b/docs/admin/templates/extending-templates/prebuilt-workspaces.md @@ -1,6 +1,7 @@ # Prebuilt workspaces -> [!WARNING] Prebuilds Compatibility Limitations +> [!WARNING] +> Prebuilds Compatibility Limitations: > Prebuilt workspaces are currently not compatible with configurations that have Workspace schedule (autostart/autostop), or Dormancy enabled. > If these features are configured, prebuilt workspaces may fail to run correctly. >