SAMMY UI is optimized for resolutions with a width 1024px and higher.
Reduction of the attack surface
B-PM-2-3: Reduction of the attack surface
  • Removal of unneeded components, dependencies, files or file access rights. For container images the usage of distroless images is recommended.
Description

Distroless images are minimal, stripped-down base images that contain only the essential components required to run your application. They do not include package managers, shells, or any other tools that are commonly found in standard Linux distributions. Using distroless images can help reduce the attack surface and overall size of your container images.