summaryrefslogtreecommitdiff
path: root/test/endpoint
diff options
context:
space:
mode:
authorBrent Baude <bbaude@redhat.com>2020-02-12 16:45:03 -0600
committerBrent Baude <bbaude@redhat.com>2020-02-12 16:45:03 -0600
commit2aacfade75668e1452e895a48c8c311a2879a74a (patch)
treec0862a45c36f1b3eb4392c58f9dfa09d2536700d /test/endpoint
parent2281cbdd6d5b1b7bca99a605ffc8625b6bee7eb3 (diff)
downloadpodman-2aacfade75668e1452e895a48c8c311a2879a74a.tar.gz
podman-2aacfade75668e1452e895a48c8c311a2879a74a.tar.bz2
podman-2aacfade75668e1452e895a48c8c311a2879a74a.zip
use quay.io/libpod/fedora-minimal for reliability
Signed-off-by: Brent Baude <bbaude@redhat.com>
Diffstat (limited to 'test/endpoint')
-rw-r--r--test/endpoint/endpoint.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/endpoint/endpoint.go b/test/endpoint/endpoint.go
index 78aa957ab..f1634b6f0 100644
--- a/test/endpoint/endpoint.go
+++ b/test/endpoint/endpoint.go
@@ -29,7 +29,7 @@ var (
infra = "k8s.gcr.io/pause:3.1"
BB = "docker.io/library/busybox:latest"
redis = "docker.io/library/redis:alpine"
- fedoraMinimal = "registry.fedoraproject.org/fedora-minimal:latest"
+ fedoraMinimal = "quay.io/libpod/fedora-minimal:latest"
)
type EndpointTestIntegration struct {