Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1417723

Summary: atomic-openshift-docker-excluder in 3.3 doesn't exclude docker-1.12
Product: OpenShift Container Platform Reporter: Alex Dellapenta <adellape>
Component: InstallerAssignee: Scott Dodson <sdodson>
Status: CLOSED ERRATA QA Contact: Wenkai Shi <weshi>
Severity: high Docs Contact:
Priority: unspecified    
Version: 3.3.1CC: aos-bugs, jialiu, jokerman, mmccomas, rhowe
Target Milestone: ---   
Target Release: 3.3.1   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Previously atomic-openshift-docker-excluder did not include docker-1.12 in its exclusions list. OCP 3.3 is not tested with docker-1.12 so that version has been added to the exclusion list to prevent its installation.
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-02-22 18:11:53 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Alex Dellapenta 2017-01-30 18:25:34 UTC
OCP 3.3 needs Docker 1.10 according to:

https://docs.openshift.com/container-platform/3.3/install_config/install/host_preparation.html#installing-docker

But atomic-openshift-docker-excluder in the 3.3 channel isn't excluding Docker 1.12:

https://github.com/openshift/ose/pull/467/files

This causes OCP 3.3 installs to be able to install/upgrade to Docker 1.12.

Comment 1 Scott Dodson 2017-01-30 18:27:13 UTC
https://github.com/openshift/ose/pull/589

Comment 3 Wenkai Shi 2017-02-04 10:11:26 UTC
Verified with version atomic-openshift-docker-excluder-3.3.1.12-1.git.0.3d14c02.el7.noarch. Docker 1.12 has been exclude. It can be checked on /etc/yum.conf. Docker can not be update to 1.12.

[root@openshift ~]# cat /etc/yum.conf
... 
exclude= docker*1.20*  docker*1.19*  docker*1.18*  docker*1.17*  docker*1.16*  docker*1.15*  docker*1.14*  docker*1.13*  docker*1.12*
...

[root@openshift ~]# rpm -q docker 
docker-1.10.3-59.el7.x86_64

[root@openshift ~]# yum search docker --show-dup
...
2:docker-1.10.3-59.el7.x86_64 : Automates deployment of containerized applications
2:docker-1.12.5-14.el7.x86_64 : Automates deployment of containerized applications
...

[root@openshift ~]# yum update docker 
...
No packages marked for update

Comment 5 errata-xmlrpc 2017-02-22 18:11:53 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2017:0289

Comment 6 Scott Dodson 2017-03-02 21:30:24 UTC
*** Bug 1425204 has been marked as a duplicate of this bug. ***