Add cflinuxfs5 to available stacks documentation#589
Merged
anita-flegg merged 2 commits intoJun 12, 2026
Conversation
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 <ivo.radkov@sap.com>
link formatting competes with code formatting
anita-flegg
approved these changes
Jun 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Document the
cflinuxfs5stack (derived from Ubuntu 24.04 LTS "Noble Numbat") as an additional Linux stack available in Cloud Foundry.Changes
cflinuxfs4(default) andcflinuxfs5.cflinuxfs5is currently enabled via theadd-cflinuxfs5.ymlexperimental ops file incf-deployment, whilecflinuxfs4remains the default.cflinuxfs5stack receipt.cf stacksoutput to includecflinuxfs5asACTIVE.Why
Application developers currently have no way to learn from the official docs that
cflinuxfs5exists or how it can be enabled in their foundation. The stack rootfs (cloudfoundry/cflinuxfs5) and the BOSH release (cloudfoundry/cflinuxfs5-release) are published, and the experimental ops file incf-deploymentallows operators to opt in today.Notes
cflinuxfs5is described as opt-in via the experimental ops file. Oncecflinuxfs5is promoted directly intocf-deployment.yml(as planned), a follow-up PR should drop the "experimental" wording.windows-stacks.html.md.erb.