Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix pull parameter in build() #624

Merged
merged 2 commits into from
Jun 18, 2015
Merged

Fix pull parameter in build() #624

merged 2 commits into from
Jun 18, 2015

Conversation

glogiotatidis
Copy link
Contributor

No description provided.

@@ -306,7 +306,7 @@ def attach_socket(self, container, params=None, ws=False):

def build(self, path=None, tag=None, quiet=False, fileobj=None,
nocache=False, rm=False, stream=False, timeout=None,
custom_context=False, encoding=None, pull=True,
custom_context=False, encoding=None, pull=False,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Luckily since this was broken anyway, setting it to False won't break anything. :)

@glogiotatidis
Copy link
Contributor Author

See also moby/moby#13631

@@ -352,6 +352,12 @@ def build(self, path=None, tag=None, quiet=False, fileobj=None,
'dockerfile was only introduced in API version 1.17'
)

# Docker server 1.6 only supports values 1 and 0 for pull
# parameter. This was later fixed to support a wider range of
# values, includign true / false.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo s/includign/including/

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated

@glogiotatidis
Copy link
Contributor Author

Any updates on this? Since it's a bugfix and not a new feature it blocks a few things.

@shin-
Copy link
Contributor

shin- commented Jun 8, 2015

On hold until Docker Engine 1.7 lands.

@shin- shin- modified the milestone: 1.3.0 Jun 16, 2015
@shin- shin- merged commit 739d875 into docker:master Jun 18, 2015
@shin-
Copy link
Contributor

shin- commented Jun 18, 2015

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants