Add test for incorrect nonroot passphrase
Fix failing tests for create, push, and pull Signed-off-by: Diogo Monica <diogo@docker.com> Upstream-commit: eeb6d0a71b754c1c99748f7ba08be27e4d8b8eb9 Component: engine
This commit is contained in:
committed by
Derek McGowan
parent
be6fe06878
commit
08efdea505
@ -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