diff options
author | Brent Baude <bbaude@redhat.com> | 2020-02-12 16:45:03 -0600 |
---|---|---|
committer | Brent Baude <bbaude@redhat.com> | 2020-02-12 16:45:03 -0600 |
commit | 2aacfade75668e1452e895a48c8c311a2879a74a (patch) | |
tree | c0862a45c36f1b3eb4392c58f9dfa09d2536700d /test/endpoint | |
parent | 2281cbdd6d5b1b7bca99a605ffc8625b6bee7eb3 (diff) | |
download | podman-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.go | 2 |
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 { |