Hide Forgot
Description of problem: There are still docker-selinux-1.10.3-57.el7.x86_64 after upgrade to docker-1.12.3. The selinux should be upgraded by upgrade playbooks Version-Release number of selected component (if applicable): How reproducible: always Steps to Reproduce: 1. install ocp 3.3 with docker-1.10.3 2. upgrade to ocp 3.4 3. check the docker related packages after upgrade Actual results: [root@qe-anli-upg-node-container-registry-router-1 ~]# rpm -qa|grep docker docker-rhel-push-plugin-1.12.3-4.el7.x86_64 docker-common-1.12.3-4.el7.x86_64 docker-1.12.3-4.el7.x86_64 docker-selinux-1.10.3-57.el7.x86_64 Expected results: docker-selinux-1.10.3-57.el7.x86_64 was replaced by container-selinux-1.12.3-4.el7.x86_64 Additional info:
Re-assigning to Docker component to confirm if this is a problem or not, and if so I suspect it's likely best handled in docker's rpm deps.
This should have brought in container-selinux, but since we pulled out docker-1.12 it probably can be pushed back to next release.
Must we upgrade to container-selinux-1.12.3-4.el7.x86_64? Is there any issue if docker-1.12 work with docker-selinux-1.10.3?
Update the new status: when I upgraded 1.10.3 to docker-1.12.5. The container-selinux-1.12.5 will be installed and docker-selinux-1.10.3 was kept. I am not sure if we need to remove the package docker-selinux-1.10.3. it seems like a duplicate packages with container-selinux-1.12.5 .
I think this is fixed in the current release.