The following operating system images are used as base images by Kaspersky Container Security:
Package management systems ("package managers") are used to manage the installation, removal, configuration, and updating of various software components. Kaspersky Container Security uses the following package managers for its base operating systems:
To get information about installed system packages,
use the standard orchestrator tools for accessing a running container and (depending on the package manager used) enter the following bash command:
apk -q list | grep "installed"
.
apt list --installed
.
yum list installed
.