Bug 1772537
| Summary: | Features incompatibility between docker cli docker API for python | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Dariusz Wojewódzki <dwojewod> |
| Component: | python-docker-py | Assignee: | Tomas Tomecek <ttomecek> |
| Status: | CLOSED ERRATA | QA Contact: | atomic-bugs <atomic-bugs> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 7.7 | CC: | ajia, dornelas, ttomecek |
| Target Milestone: | rc | Keywords: | Extras, FutureFeature |
| Target Release: | 7.7 | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | python-docker-py-1.10.6-11.el7_7 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-02-04 19:27:09 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1186913, 1762743 | ||
|
Description
Dariusz Wojewódzki
2019-11-14 15:01:11 UTC
Started working on this, the backport seems to be doable. Thank you Tomas, it works well for me now. [root@hpe-dl380pgen8-02-vm-7 rpmbuild]# cd BUILD/docker-py-997e583ea9a7b33113edd91d5bee73d25d720448/ [root@hpe-dl380pgen8-02-vm-7 docker-py-997e583ea9a7b33113edd91d5bee73d25d720448]# py.test -vv tests/integration/api_healthcheck_test.py ================================================= test session starts ================================================== platform linux2 -- Python 2.7.5 -- py-1.4.32 -- pytest-2.7.0 -- /usr/bin/python rootdir: /root/rpmbuild/BUILD/docker-py-997e583ea9a7b33113edd91d5bee73d25d720448, inifile: pytest.ini collected 4 items tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_fails PASSED tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_passes PASSED tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_shell_command PASSED tests/integration/api_healthcheck_test.py::HealthcheckTest::test_healthcheck_start_period PASSED ============================================== 4 passed in 18.11 seconds =============================================== [root@hpe-dl380pgen8-02-vm-7 ~]# cat /etc/redhat-release Red Hat Enterprise Linux Server release 7.8 Beta (Maipo) [root@hpe-dl380pgen8-02-vm-7 ~]# rpm -q docker kernel python-docker-py docker-1.13.1-103.git7f2769b.el7.x86_64 kernel-3.10.0-1123.el7.x86_64 python-docker-py-1.10.6-11.el7.noarch 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-2020:0405 |