diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-02-13 04:56:28 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-13 04:56:28 +0100 |
commit | a9969c23a343e675d9a628cd5d9456523aaea5b7 (patch) | |
tree | 0fa930a76bfae9d511d3324015ec7cbfd7963ec6 /test/endpoint/endpoint.go | |
parent | 5ea6cad20c9659da9bae38a660da584ee2b58aec (diff) | |
parent | 2aacfade75668e1452e895a48c8c311a2879a74a (diff) | |
download | podman-a9969c23a343e675d9a628cd5d9456523aaea5b7.tar.gz podman-a9969c23a343e675d9a628cd5d9456523aaea5b7.tar.bz2 podman-a9969c23a343e675d9a628cd5d9456523aaea5b7.zip |
Merge pull request #5191 from baude/fedoraminimaliskillingme
use quay.io/libpod/fedora-minimal for reliability
Diffstat (limited to 'test/endpoint/endpoint.go')
-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 { |