Skip to content

Commit 975f131

Browse files
committed
edits
1 parent e1bd3e3 commit 975f131

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

articles/spring-apps/how-to-enterprise-deploy-polyglot-apps.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -71,17 +71,17 @@ You can't delete a builder when existing active deployments are being built with
7171

7272
In Azure Spring Apps, we recommend using `Jammy OS Stack` to create your builder because `Bioinic OS Stack` is in line for deprecation by VMware. The following list describes the options available:
7373

74-
- Jammy Tiny - suitable for building a minimal image for the smallest possible size and security footprint. Like building a Java Native Image, it can make the final container image smaller. The integrated libraries are limited. For example, you can't [connect to an app instance for troubleshooting](how-to-connect-to-app-instance-for-troubleshooting.md) because there's no `shell` library.
75-
- Most Go apps
76-
- Java apps (as Tiny has no shell, some Apache Tomcat config options are not available, such as setting bin/setenv.sh)
74+
- Jammy Tiny: Suitable for building a minimal image for the smallest possible size and security footprint. Like building a Java Native Image, it can make the final container image smaller. The integrated libraries are limited. For example, you can't [connect to an app instance for troubleshooting](how-to-connect-to-app-instance-for-troubleshooting.md) because there's no `shell` library.
75+
- Most Go apps.
76+
- Java apps. Note that some Apache Tomcat config options are not available, such as setting bin/setenv.sh, because Tiny has no shell.
7777

78-
- Jammy Base - suitable for most apps without native extensions.
79-
- Java apps and .Net Core apps
80-
- Go apps that require some C libraries
81-
- Node.js, Python, or Web Servers apps without native extensions
78+
- Jammy Base: Suitable for most apps without native extensions.
79+
- Java apps and .NET Core apps.
80+
- Go apps that require some C libraries.
81+
- Node.js, Python, or Web Servers apps without native extensions.
8282

83-
- Jammy Full - includes the most libraries, and is suitable for apps with native extensions. For example, it includes a more complete library of fonts. If your app relies on the native extension, then use the `Full` stack.
84-
- Node.js, or Python apps with native extensions
83+
- Jammy Full: Includes most libraries, and is suitable for apps with native extensions. For example, it includes a more complete library of fonts. If your app relies on the native extension, then use the `Full` stack.
84+
- Node.js or Python apps with native extensions.
8585

8686
For more information, see [Ubuntu Stacks](https://docs.vmware.com/en/VMware-Tanzu-Buildpacks/services/tanzu-buildpacks/GUID-stacks.html#ubuntu-stacks) in the VMware documentation.
8787

0 commit comments

Comments
 (0)