From b7daa52feb8b897fb10fbe82c6e49a273746352a Mon Sep 17 00:00:00 2001 From: Saurav Maheshkar Date: Tue, 2 Aug 2022 19:38:24 +0530 Subject: [PATCH] docs: add `gzip` arg to `BuildApiMixin` (#2929) Signed-off-by: Saurav Maheshkar --- docker/api/build.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/api/build.py b/docker/api/build.py index a48204a9f..3a1a3d964 100644 --- a/docker/api/build.py +++ b/docker/api/build.py @@ -76,6 +76,7 @@ def build(self, path=None, tag=None, quiet=False, fileobj=None, forcerm (bool): Always remove intermediate containers, even after unsuccessful builds dockerfile (str): path within the build context to the Dockerfile + gzip (bool): If set to ``True``, gzip compression/encoding is used buildargs (dict): A dictionary of build arguments container_limits (dict): A dictionary of limits applied to each container created by the build process. Valid keys: