-
Notifications
You must be signed in to change notification settings - Fork 18.7k
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
registry: Change default endpoint on windows to a windows-specific one #14970
Conversation
cc21153
to
b670871
Compare
This disables entirely the offical v1 registry on windows. Let me know if that's not desired. |
LGTM 👍 |
LGTM |
@@ -0,0 +1,7 @@ | |||
// +build windows | |||
|
|||
package registry |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs a big comment explaining why this was done and that it is temporary.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
1b7dee3
to
529e4de
Compare
is |
@calavera the CI doesn't test Windows daemon yet, so that codepath is never executed on the CI. |
529e4de
to
323bc97
Compare
okay, it makes sense. Carry on! 👍 |
c0e8ef9
to
456471a
Compare
Signed-off-by: Tibor Vass <tibor@docker.com>
456471a
to
4a92b8a
Compare
registry: Change default endpoint on windows to a windows-specific one
@tiborvass I added some impact labels, but please review them, if I added the correct ones |
@thaJeztah I don't think this should have any impact at all. This is solely for the windows daemon which is not released yet. |
@tiborvass doh! I read "blocking v1 registry", didn't really think "daemon". yeah, I doubt many will be affected 😄 |
Signed-off-by: Tibor Vass tibor@docker.com
Ping @icecrime @dmp42