Skip to content

Conversation

aaronlehmann
Copy link
Contributor

Going forward, Docker won't use a different default registry on Windows.
This changes Windows to use the standard Docker Hub registry as the
default registry.

There is a plan in place to migrate existing images from the Windows
registry to Hub's normal registry, in advance of the 1.11 release. In
the mean time, images on the Windows registry can be accessed by
prefixing them with registry-win-tp3.docker.io/.

cc @dmp42 @friism @icecrime @jhowardmsft @jstarks

@icecrime
Copy link
Contributor

Thanks @aaronlehmann! Should we revert #19891 and #19973 with that?

@aaronlehmann
Copy link
Contributor Author

@icecrime: I considered reverting those PRs as part of this one. I think the way they make the client check which default registry the daemon uses is still more correct than leaving it up to the client, even if it won't technically matter after this PR. There may be some backward compatibility scenarios where #19891 and #19973 are still helpful.

The tradeoff is that those PRs introduced a bit more complexity. If simplifying the code is worth reintroducing the assumption that the client knows the correct default registry, I'm fine with reverting them.

@icecrime
Copy link
Contributor

@aaronlehmann Not leaving the decision to the client SGTM, let's keep this code in.

Thanks, LGTM.

@aaronlehmann aaronlehmann added this to the 1.11.0 milestone Mar 11, 2016
Going forward, Docker won't use a different default registry on Windows.
This changes Windows to use the standard Docker Hub registry as the
default registry.

There is a plan in place to migrate existing images from the Windows
registry to Hub's normal registry, in advance of the 1.11 release. In
the mean time, images on the Windows registry can be accessed by
prefixing them with `registry-win-tp3.docker.io/`.

Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
@calavera
Copy link
Contributor

LGTM

calavera added a commit that referenced this pull request Mar 11, 2016
…egistry

Remove Windows-specific default registry definitions
@calavera calavera merged commit 12c67f4 into moby:master Mar 11, 2016
@aaronlehmann aaronlehmann deleted the remove-windows-specific-registry branch March 11, 2016 18:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants