We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
gzip
BuildApiMixin
1 parent 3f0095a commit b7daa52Copy full SHA for b7daa52
docker/api/build.py
@@ -76,6 +76,7 @@ def build(self, path=None, tag=None, quiet=False, fileobj=None,
76
forcerm (bool): Always remove intermediate containers, even after
77
unsuccessful builds
78
dockerfile (str): path within the build context to the Dockerfile
79
+ gzip (bool): If set to ``True``, gzip compression/encoding is used
80
buildargs (dict): A dictionary of build arguments
81
container_limits (dict): A dictionary of limits applied to each
82
container created by the build process. Valid keys:
0 commit comments