Skip to content

Fix issue when upgrading docker

Benjamin Bertrand requested to merge split-docker-install into master

When upgrading both docker-ce (from 19.03.1 to 19.03.5) and containerd.io from (1.2.6 to 1.2.10) at the same time, running containers can't be restarted properly. Upgrading first docker-ce (containerd.io 1.2.6 is compatible) and then containerd.io works.

JIRA INFRA-1571 #action In Progress

Merge request reports