Actions
Bug #9573
closedLock down the docker-api version to 1.17
Description
The latest version of docker-api is 1.19 but that requires docker api 1.16 and centos 7 is still on a version of docker with 1.15 so I recommend locking the version down to 1.17 until centos/rhel upgrades. Here's the error you get with docker-api 1.19:
Error has occurred while listing VMs on life (Docker): Expected([200, 201, 202, 203, 204, 304]) <=> Actual(404 Not Found)
Updated by The Foreman Bot almost 9 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman-docker/pull/91 added
- Pull request deleted (
)
Updated by David Davis almost 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset foreman-docker|01a8a8969f9644c1768d5127a6953cd89a1a602b.
Actions