mirror of
https://github.com/containers/skopeo.git
synced 2025-04-27 11:01:18 +00:00
Change a repo used for sync tests
The k8s.gcr.io/coredns/coredns repo now contains an OCI artifact, which we can't copy; so, use a different repo to test syncing. Signed-off-by: Miloslav Trmač <mitr@redhat.com>
This commit is contained in:
parent
4b5e6327cd
commit
bbdabebd17
@ -22,7 +22,7 @@ const (
|
||||
// A repository with a path with multiple components in it which
|
||||
// contains multiple tags, preferably with some tags pointing to
|
||||
// manifest lists, and with some tags that don't.
|
||||
pullableRepo = "k8s.gcr.io/coredns/coredns"
|
||||
pullableRepo = "quay.io/libpod/testimage"
|
||||
// A tagged image in the repository that we can inspect and copy.
|
||||
pullableTaggedImage = "k8s.gcr.io/coredns/coredns:v1.6.6"
|
||||
// A tagged manifest list in the repository that we can inspect and copy.
|
||||
|
Loading…
Reference in New Issue
Block a user