mirror of
https://github.com/containers/skopeo.git
synced 2025-09-04 16:20:23 +00:00
Vendor in changes made to containers/image
containers/image returns a more detailed error message for oci and oci-archive transports when the syntax given by the user is incorrect Signed-off-by: Urvashi Mohnani <umohnani@redhat.com>
This commit is contained in:
@@ -154,7 +154,7 @@ func (s *CopySuite) TestCopySimple(c *check.C) {
|
||||
// docker v2s2 -> OCI image layout without image name
|
||||
ociDest = "busybox-latest-noimage"
|
||||
defer os.RemoveAll(ociDest)
|
||||
assertSkopeoFails(c, ".*Error initializing destination oci:busybox-latest-noimage:: cannot save image with empty image.ref.name.*", "copy", "docker://busybox:latest", "oci:"+ociDest)
|
||||
assertSkopeoFails(c, ".*Error initializing destination oci:busybox-latest-noimage:: cannot save image with empty reference name.*", "copy", "docker://busybox:latest", "oci:"+ociDest)
|
||||
}
|
||||
|
||||
// Check whether dir: images in dir1 and dir2 are equal, ignoring schema1 signatures.
|
||||
|
Reference in New Issue
Block a user