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

Implement cache from #4310

Closed
wants to merge 2 commits into from
Closed

Conversation

thomaschaaf
Copy link

@thomaschaaf thomaschaaf commented Jan 9, 2017

Fixes: #4309
Depends on: docker/docker-py#1383

Signed-off-by: Thomas Schaaf [email protected]

Signed-off-by: Thomas Schaaf <[email protected]>
@@ -594,6 +594,20 @@ def test_build_with_build_args(self):
service.build()
assert service.image()

@v2_only()
Copy link
Author

Choose a reason for hiding this comment

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

Is this correct?

@@ -56,9 +56,10 @@
{
"type": "object",
"properties": {
"args": {"$ref": "#/definitions/list_or_dict"},
"cachefrom": {"$ref": "#/definitions/list_of_strings"},
Copy link
Author

Choose a reason for hiding this comment

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

Am I allowed to add it to the 2.0 schema?

@jyapayne
Copy link

Since the docker-py issue was merged in, this can be retested and reviewed, no?

@shin-
Copy link

shin- commented Feb 22, 2017

Closing via #4514 - Thanks!

@shin- shin- closed this Feb 22, 2017
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.

4 participants