Skip to content

Commit

Permalink
docs: add gzip arg to BuildApiMixin (#2929)
Browse files Browse the repository at this point in the history
Signed-off-by: Saurav Maheshkar <sauravvmaheshkar@gmail.com>
  • Loading branch information
SauravMaheshkar authored Aug 2, 2022
1 parent 3f0095a commit b7daa52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/api/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b7daa52

Please sign in to comment.