James E. Blair f99d2ffad3 Add podman buildset test
This tests the registry in a namespaced buildset configuration with
podman.

Change-Id: I17c2ac3ba3c733ace05ce0103dc6cf431fbf197e
2019-10-10 16:49:37 -07:00

22 lines
360 B
Plaintext

unqualified-search-registries = ["docker.io"]
[[registry]]
prefix = "docker.io"
location = "docker.io"
[[registry.mirror]]
location = "localhost:9000/docker.io"
[[registry.mirror]]
location = "docker.io"
[[registry]]
prefix = "quay.io"
location = "quay.io"
[[registry.mirror]]
location = "localhost:9000/quay.io"
[[registry.mirror]]
location = "quay.io"