docs: add `gzip` arg to `BuildApiMixin` (#2929)

Signed-off-by: Saurav Maheshkar <sauravvmaheshkar@gmail.com>
This commit is contained in:
Saurav Maheshkar 2022-08-02 19:38:24 +05:30 committed by GitHub
parent 3f0095a7c1
commit b7daa52feb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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: