Explicitly set pull=False when building

Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
This commit is contained in:
Aanand Prasad 2015-06-18 17:43:16 -07:00
commit bef0926c58
2 changed files with 12 additions and 0 deletions

View file

@ -612,6 +612,7 @@ class Service(object):
tag=self.image_name,
stream=True,
rm=True,
pull=False,
nocache=no_cache,
dockerfile=self.options.get('dockerfile', None),
)