mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
Planned 1.13 deprecation: email from login
Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
@@ -103,7 +103,7 @@ func (s *DockerRegistrySuite) TestUserAgentPassThrough(c *check.C) {
|
||||
s.d.Cmd("build", "--file", dockerfileName, ".")
|
||||
regexpCheckUA(c, buildUA)
|
||||
|
||||
s.d.Cmd("login", "-u", "richard", "-p", "testtest", "-e", "testuser@testdomain.com", loginReg.hostport)
|
||||
s.d.Cmd("login", "-u", "richard", "-p", "testtest", loginReg.hostport)
|
||||
regexpCheckUA(c, loginUA)
|
||||
|
||||
s.d.Cmd("pull", pullRepoName)
|
||||
|
||||
Reference in New Issue
Block a user