Remove pip of docker during image publishing
During the publish of an image post-merge, an error was being rasied due to a conflict between the ansible-supplied docker-py and the pip installed docker. This removes the pip installed docker to allow publishing to proceed. Change-Id: I6a1ff54ed2d2af85cbe44ed50b1c637dee9adf54
This commit is contained in:
parent
f4c724fbf1
commit
553acf139f
@ -68,9 +68,6 @@
|
||||
with_items:
|
||||
- docker-ce
|
||||
- python-pip
|
||||
- pip:
|
||||
name: docker
|
||||
version: 2.7.0
|
||||
# NOTE(SamYaple): Allow all connections from containers to host so the
|
||||
# containers can access the http server for git and wheels
|
||||
- iptables:
|
||||
|
Loading…
x
Reference in New Issue
Block a user