summaryrefslogtreecommitdiff
path: root/test/e2e/config_amd64.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/e2e/config_amd64.go')
-rw-r--r--test/e2e/config_amd64.go4
1 files changed, 2 insertions, 2 deletions
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"
)