Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

include image name in errors #969

Merged

Conversation

rade
Copy link
Member

@rade rade commented Jun 20, 2015

The go docker client's ErrNoSuchImage does not include the image name. However, it is imperative that this name appears in error messages sent to clients, since the docker client, as of version
1.7.0, only automatically pulls images when their name is present in the error.

Fixes #967.

The go docker client's ErrNoSuchImage does not include the image
name. However, it is imperative that this name appears in error
messages sent to clients, since the docker client, as of version
1.7.0, only automatically pulls images when their name is present in
the error.

Fixes weaveworks#967.
@squaremo squaremo self-assigned this Jun 20, 2015
@squaremo
Copy link
Contributor

Why is this a PR into 1.0.0 and not master? I didn't notice that and pushed a merge to master. If it doesn't belong there it can be reverted, or it can be merged into 1.0.0.

@rade
Copy link
Member Author

rade commented Jun 20, 2015

It's a PR on 1.0.0 because it is going to get released in a 1.0.1. So it should have been merged into 1.0.0 and then from there into master.

@squaremo
Copy link
Contributor

Ops, I didn't get that memo. Does it matter if it happens the other way around?

@rade
Copy link
Member Author

rade commented Jun 20, 2015

Does it matter if it happens the other way around?

Yes. Because stuff has landed on master since 1.0.0.

Why not merge this PR as intended, and then merge 1.0.0 into master (which should be a no-op)?

squaremo added a commit that referenced this pull request Jun 20, 2015
@squaremo squaremo merged commit ede288a into weaveworks:1.0.0 Jun 20, 2015
@rade rade modified the milestone: 1.0.1 Jun 21, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants