Set up the repository

To install MCR using the Mirantis repository you must first set up the repository on the host machine.

Note

MCR supports Oracle Linux on the x86_64 platform with Red Hat Compatible Kernel (RHCK).

Next, create or modify the /etc/yum.repos.d/docker-ee.repo file to contain the following:

[mirantis]
name=Mirantis Container Runtime
baseurl=https://repos.mirantis.com/oraclelinux/$releasever/$basearch/stable-25.0
enabled=1
gpgcheck=1
gpgkey=https://repos.mirantis.com/oraclelinux/gpg
module_hotfixes=true

Note

$releasever and $basearch are repo variables that must be placed into the /etc/yum.repos.d/docker-ee.repo file exactly as written.