diff --git a/integration/create_docker_test.go b/integration/create_docker_test.go index 5889a1b9a..5afa142ff 100644 --- a/integration/create_docker_test.go +++ b/integration/create_docker_test.go @@ -443,7 +443,7 @@ var _ = Describe("Create with remote DOCKER images", func() { ID: randomImageID, Mount: mountByDefault(), }) - Expect(err).To(MatchError(ContainSubstring("authorization failed: username and password are invalid"))) + Expect(err).To(MatchError(ContainSubstring("unable to retrieve auth token: invalid username/password"))) }) }) diff --git a/vendor/github.com/containers/image b/vendor/github.com/containers/image index 063852766..ba72d1c8f 160000 --- a/vendor/github.com/containers/image +++ b/vendor/github.com/containers/image @@ -1 +1 @@ -Subproject commit 063852766c3e82ec8359ce5f6612e056f3efaa76 +Subproject commit ba72d1c8f590a19d182a25fd8671156766ab3c60