mirror of
https://github.com/containers/skopeo.git
synced 2025-10-21 19:03:44 +00:00
- Update toml to latest release - Update containers/image - Add integration tests - Add hidden `--registry-conf` flag used by the integration tests Signed-off-by: Sascha Grunert <sgrunert@suse.com>
29 lines
691 B
Plaintext
29 lines
691 B
Plaintext
[[registry]]
|
|
location = "mirror.invalid"
|
|
mirror = [
|
|
{ location = "mirror-0.invalid" },
|
|
{ location = "mirror-1.invalid" },
|
|
{ location = "gcr.io/google-containers" },
|
|
]
|
|
|
|
# This entry is currently unused and exists only to ensure
|
|
# that the mirror.invalid/busybox is not rewritten twice.
|
|
[[registry]]
|
|
location = "gcr.io"
|
|
prefix = "gcr.io/google-containers"
|
|
|
|
[[registry]]
|
|
location = "invalid.invalid"
|
|
mirror = [
|
|
{ location = "invalid-mirror-0.invalid" },
|
|
{ location = "invalid-mirror-1.invalid" },
|
|
]
|
|
|
|
[[registry]]
|
|
location = "gcr.invalid"
|
|
prefix = "gcr.invalid/foo/bar"
|
|
mirror = [
|
|
{ location = "wrong-mirror-0.invalid" },
|
|
{ location = "gcr.io/google-containers" },
|
|
]
|