mirror of
https://github.com/moby/moby.git
synced 2025-07-30 18:23:29 +03:00
Add test for incorrect nonroot passphrase
Fix failing tests for create, push, and pull Signed-off-by: Diogo Monica <diogo@docker.com>
This commit is contained in:
committed by
Derek McGowan
parent
1406cb35fd
commit
eeb6d0a71b
@ -155,7 +155,7 @@ func (s *DockerSuite) TestPullImageWithAllTagFromCentralRegistry(c *check.C) {
|
||||
}
|
||||
|
||||
func (s *DockerTrustSuite) TestTrustedPull(c *check.C) {
|
||||
repoName := fmt.Sprintf("%v/dockercli/trusted:latest", privateRegistryURL)
|
||||
repoName := fmt.Sprintf("%v/dockerclipull/trusted:latest", privateRegistryURL)
|
||||
// tag the image and upload it to the private registry
|
||||
dockerCmd(c, "tag", "busybox", repoName)
|
||||
|
||||
|
Reference in New Issue
Block a user