You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/spring-apps/how-to-enterprise-deploy-polyglot-apps.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,17 +71,17 @@ You can't delete a builder when existing active deployments are being built with
71
71
72
72
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:
73
73
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.
77
77
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.
82
82
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.
85
85
86
86
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.
0 commit comments