Skip to content

Commit b7daa52

Browse files
docs: add gzip arg to BuildApiMixin (#2929)
Signed-off-by: Saurav Maheshkar <[email protected]>
1 parent 3f0095a commit b7daa52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/api/build.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ def build(self, path=None, tag=None, quiet=False, fileobj=None,
7676
forcerm (bool): Always remove intermediate containers, even after
7777
unsuccessful builds
7878
dockerfile (str): path within the build context to the Dockerfile
79+
gzip (bool): If set to ``True``, gzip compression/encoding is used
7980
buildargs (dict): A dictionary of build arguments
8081
container_limits (dict): A dictionary of limits applied to each
8182
container created by the build process. Valid keys:

0 commit comments

Comments
 (0)