From a610f0f8697b4cba3f3ae68ac960eaf563c02b95 Mon Sep 17 00:00:00 2001 From: baude Date: Thu, 1 Nov 2018 10:31:44 -0500 Subject: replace quay.io/baude to quay.io/libpod images used for our integration suite have moved from my work account to a group organization called libpod. Signed-off-by: baude --- test/e2e/config_amd64.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/e2e/config_amd64.go') diff --git a/test/e2e/config_amd64.go b/test/e2e/config_amd64.go index 268f88f26..3459bea6d 100644 --- a/test/e2e/config_amd64.go +++ b/test/e2e/config_amd64.go @@ -4,8 +4,8 @@ var ( STORAGE_OPTIONS = "--storage-driver vfs" ROOTLESS_STORAGE_OPTIONS = "--storage-driver vfs" CACHE_IMAGES = []string{ALPINE, BB, fedoraMinimal, nginx, redis, registry, infra, labels} - nginx = "quay.io/baude/alpine_nginx:latest" + nginx = "quay.io/libpod/alpine_nginx:latest" BB_GLIBC = "docker.io/library/busybox:glibc" registry = "docker.io/library/registry:2" - labels = "quay.io/baude/alpine_labels:latest" + labels = "quay.io/libpod/alpine_labels:latest" ) -- cgit v1.2.3-54-g00ecf