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: | Installer | Assignee: | Scott Dodson <sdodson> |
| Status: | CLOSED ERRATA | QA Contact: | Wenkai Shi <weshi> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 3.3.1 | CC: | 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
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 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 *** Bug 1425204 has been marked as a duplicate of this bug. *** |