mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-02-01 04:34:30 +01:00
Instead of relying on a centos/docker image, present only on dockerhub, let's rely on the centos:7 image from the centos registry, and apply the same modifications applied when generating the centos/systemd image. The main reason for doing this is avoiding to update an image from 3 years ago, making the delta of the packages updated smaller. If you're curious why we keep using CentOS 7 though, the reason is because CentOS 8, and UBI images have a different systemd configuration that works quite well when mounting the image using podman, but systemd can't connect dbus when running on environments like AKS or even minikube. So, in order to be as compatible as possible, let's keep using the CentOS 7 image for now, at least till we find a suitable substitute for that. Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>