Skip to content

Commit fd17225

Browse files
committed
Set default value for pull to False on build(). Fixes 622.
1 parent be73aaf commit fd17225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ def attach_socket(self, container, params=None, ws=False):
306306

307307
def build(self, path=None, tag=None, quiet=False, fileobj=None,
308308
nocache=False, rm=False, stream=False, timeout=None,
309-
custom_context=False, encoding=None, pull=True,
309+
custom_context=False, encoding=None, pull=False,
310310
forcerm=False, dockerfile=None, container_limits=None):
311311
remote = context = headers = None
312312
container_limits = container_limits or {}

0 commit comments

Comments
 (0)