From af998b58aadcacb0b0af6d3a33b0cd5ac9f7a8eb Mon Sep 17 00:00:00 2001
From: Ivo Radkov
Date: Fri, 12 Jun 2026 11:17:09 +0300
Subject: [PATCH 1/2] Add cflinuxfs5 to available stacks documentation
Document the cflinuxfs5 stack (derived from Ubuntu 24.04 LTS
"Noble Numbat") as an additional Linux stack available in Cloud
Foundry. cflinuxfs4 remains the default; operators enable
cflinuxfs5 by applying the add-cflinuxfs5.yml experimental ops
file from cf-deployment.
Update the example 'cf stacks' output to reflect both ACTIVE
stacks.
Signed-off-by: Ivo Radkov
---
deploy-apps/stacks.html.md.erb | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/deploy-apps/stacks.html.md.erb b/deploy-apps/stacks.html.md.erb
index ea3d3e80..6e7fc6be 100644
--- a/deploy-apps/stacks.html.md.erb
+++ b/deploy-apps/stacks.html.md.erb
@@ -27,7 +27,12 @@ Docker apps do not use stacks.
## Available stacks
-Cloud Foundry includes support for `cflinuxfs4`, which is derived from Ubuntu 22.04 LTS (Jammy Jellyfish). For more information, see [GitHub cflinuxfs4 stack receipt](https://github.com/cloudfoundry/cflinuxfs4/blob/main/receipt.cflinuxfs4.x86_64).
+Cloud Foundry supports the following Linux stacks:
+
+- `cflinuxfs4` (default), derived from Ubuntu 22.04 LTS (Jammy Jellyfish). For more information, see [GitHub cflinuxfs4 stack receipt](https://github.com/cloudfoundry/cflinuxfs4/blob/main/receipt.cflinuxfs4.x86_64).
+- `cflinuxfs5`, derived from Ubuntu 24.04 LTS (Noble Numbat). Operators can enable this stack alongside `cflinuxfs4` by applying the [`add-cflinuxfs5.yml`](https://github.com/cloudfoundry/cf-deployment/blob/main/operations/experimental/add-cflinuxfs5.yml) experimental ops file from `cf-deployment`. For more information, see [GitHub cflinuxfs5 stack receipt](https://github.com/cloudfoundry/cflinuxfs5/blob/main/receipt.cflinuxfs5.x86_64).
+
+To list the stacks available in your foundation, run `cf stacks`.
You can also build your own custom stack. For more information, see [Adding a Custom Stack](../../running/custom-stack.html).
@@ -61,6 +66,7 @@ To restage an app on a new stack:
Getting stacks in org MY-ORG / space development as developer@example.com...
name description state
+ cflinuxfs5 Cloud Foundry Linux-based filesystem (Ubuntu 24.04) ACTIVE
cflinuxfs4 Cloud Foundry Linux-based filesystem (Ubuntu 22.04) ACTIVE
cflinuxfs3 Cloud Foundry Linux-based filesystem (Ubuntu 18.04) DEPRECATED
From 7c419c63d874dd7575d9ccd538354bb44c7a7091 Mon Sep 17 00:00:00 2001
From: Anita Flegg
Date: Fri, 12 Jun 2026 09:10:40 -0700
Subject: [PATCH 2/2] Formatting -- don't use code formatting in links
link formatting competes with code formatting
---
deploy-apps/stacks.html.md.erb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/deploy-apps/stacks.html.md.erb b/deploy-apps/stacks.html.md.erb
index 6e7fc6be..a5a17b3b 100644
--- a/deploy-apps/stacks.html.md.erb
+++ b/deploy-apps/stacks.html.md.erb
@@ -30,7 +30,7 @@ Docker apps do not use stacks.
Cloud Foundry supports the following Linux stacks:
- `cflinuxfs4` (default), derived from Ubuntu 22.04 LTS (Jammy Jellyfish). For more information, see [GitHub cflinuxfs4 stack receipt](https://github.com/cloudfoundry/cflinuxfs4/blob/main/receipt.cflinuxfs4.x86_64).
-- `cflinuxfs5`, derived from Ubuntu 24.04 LTS (Noble Numbat). Operators can enable this stack alongside `cflinuxfs4` by applying the [`add-cflinuxfs5.yml`](https://github.com/cloudfoundry/cf-deployment/blob/main/operations/experimental/add-cflinuxfs5.yml) experimental ops file from `cf-deployment`. For more information, see [GitHub cflinuxfs5 stack receipt](https://github.com/cloudfoundry/cflinuxfs5/blob/main/receipt.cflinuxfs5.x86_64).
+- `cflinuxfs5`, derived from Ubuntu 24.04 LTS (Noble Numbat). Operators can enable this stack alongside `cflinuxfs4` by applying the [add-cflinuxfs5.yml](https://github.com/cloudfoundry/cf-deployment/blob/main/operations/experimental/add-cflinuxfs5.yml) experimental ops file from `cf-deployment`. For more information, see [GitHub cflinuxfs5 stack receipt](https://github.com/cloudfoundry/cflinuxfs5/blob/main/receipt.cflinuxfs5.x86_64).
To list the stacks available in your foundation, run `cf stacks`.