You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(nrdot): preemptively remove pre-installed containerd before docker-ce
Follow-up to eb0ea25. The 'allowerasing' flag alone doesn't unblock the
docker-ce install on newer RHEL 9 AMIs: the conflict is an RPM-level
'Conflicts:' declaration between RHEL AppStream's 'containerd' and
docker.com's 'containerd.io', which fails at dnf's transaction check
stage (before allowerasing gets a chance to resolve deps).
Preemptively remove any pre-installed 'containerd' / 'containerd.io'
packages (both dnf-remove and rpm -e --nodeps as a fallback) so the
subsequent docker-ce.repo install can bring in its own containerd.io
cleanly.
Applies to both nrdot RHEL 9 deploy scripts (kafka, rabbitmq).
0 commit comments