summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaurav Maheshkar <sauravvmaheshkar@gmail.com>2022-08-02 19:38:24 +0530
committerGitHub <noreply@github.com>2022-08-02 10:08:24 -0400
commitb7daa52feb8b897fb10fbe82c6e49a273746352a (patch)
tree3e0a889482b832b54103f89c901056974767df0f
parent3f0095a7c1966c521652314e524ff362c24ff58c (diff)
downloaddocker-py-b7daa52feb8b897fb10fbe82c6e49a273746352a.tar.gz
docs: add `gzip` arg to `BuildApiMixin` (#2929)
Signed-off-by: Saurav Maheshkar <sauravvmaheshkar@gmail.com>
-rw-r--r--docker/api/build.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/api/build.py b/docker/api/build.py
index a48204a..3a1a3d9 100644
--- a/docker/api/build.py
+++ b/docker/api/build.py
@@ -76,6 +76,7 @@ class BuildApiMixin:
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: