docker-py: bump minimal version to 1.8.0 (#46134)

* Bumping docker-py minimal version to 1.8.0.
* Improve docs formatting.
This commit is contained in:
Felix Fontein 2018-09-26 08:28:32 +02:00 committed by Abhijeet Kasurde
commit 95cfcac694
7 changed files with 12 additions and 12 deletions

View file

@ -429,7 +429,7 @@ author:
requirements:
- "python >= 2.6"
- "docker-py >= 1.7.0"
- "docker-py >= 1.8.0"
- "Please note that the L(docker-py,https://pypi.org/project/docker-py/) Python
module has been superseded by L(docker,https://pypi.org/project/docker/)
(see L(here,https://github.com/docker/docker-py/issues/1310) for details).

View file

@ -128,7 +128,7 @@ options:
description:
- Provide a dictionary of C(key:value) build arguments that map to Dockerfile ARG directive.
- Docker expects the value to be a string. For convenience any non-string values will be converted to strings.
- Requires Docker API >= 1.21 and docker-py >= 1.7.0.
- Requires Docker API >= 1.21.
required: false
version_added: "2.2"
container_limits:
@ -167,7 +167,7 @@ extends_documentation_fragment:
requirements:
- "python >= 2.6"
- "docker-py >= 1.7.0"
- "docker-py >= 1.8.0"
- "Please note that the L(docker-py,https://pypi.org/project/docker-py/) Python
module has been superseded by L(docker,https://pypi.org/project/docker/)
(see L(here,https://github.com/docker/docker-py/issues/1310) for details).

View file

@ -35,7 +35,7 @@ extends_documentation_fragment:
requirements:
- "python >= 2.6"
- "docker-py >= 1.7.0"
- "docker-py >= 1.8.0"
- "Please note that the L(docker-py,https://pypi.org/project/docker-py/) Python
module has been superseded by L(docker,https://pypi.org/project/docker/)
(see L(here,https://github.com/docker/docker-py/issues/1310) for details).

View file

@ -75,7 +75,7 @@ extends_documentation_fragment:
- docker
requirements:
- "python >= 2.6"
- "docker-py >= 1.7.0"
- "docker-py >= 1.8.0"
- "Please note that the L(docker-py,https://pypi.org/project/docker-py/) Python
module has been superseded by L(docker,https://pypi.org/project/docker/)
(see L(here,https://github.com/docker/docker-py/issues/1310) for details).

View file

@ -95,7 +95,7 @@ author:
requirements:
- "python >= 2.6"
- "docker-py >= 1.7.0"
- "docker-py >= 1.8.0"
- "Please note that the L(docker-py,https://pypi.org/project/docker-py/) Python
module has been superseded by L(docker,https://pypi.org/project/docker/)
(see L(here,https://github.com/docker/docker-py/issues/1310) for details).