20.10.10¶
(2022-02-10)
Components¶
Component |
Version |
---|---|
Mirantis Container Runtime |
20.10.10 |
containerd |
1.5.9 |
runc |
1.0.3 |
Packaging¶
Updated
docker buildx
to version 0.7.1.Updated containerd to version 1.5.9 to address CVE-2021-43816.
Addressed an issue wherein the default run of
install.ps1
did not install the numerical lower version of docker and containerd (FIELD-4533).Updated the Golang runtime to Go version 1.16.13.
Known issues¶
The removal of the
ipa
SELinux module from the base system configuration of Red Hat Enterprise Linux 8.4 strippedcontainer_exec_t
processes inside containers of their ability to readpidfile
-labeled files, includingconttainer_var_run_t
.Workaround:
Workflows that rely on bind mounting the Docker socket in a container running on RHEL 8.4 or later should mount the socket with
--security-opt=disable
or an SELinux mount option, such asZ
.