summaryrefslogtreecommitdiff
path: root/test/e2e/config_ppc64le.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/e2e/config_ppc64le.go')
-rw-r--r--test/e2e/config_ppc64le.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/e2e/config_ppc64le.go b/test/e2e/config_ppc64le.go
index 8c821fc7f..d1737fa6f 100644
--- a/test/e2e/config_ppc64le.go
+++ b/test/e2e/config_ppc64le.go
@@ -4,8 +4,8 @@ var (
STORAGE_OPTIONS = "--storage-driver overlay"
ROOTLESS_STORAGE_OPTIONS = "--storage-driver vfs"
CACHE_IMAGES = []string{ALPINE, BB, fedoraMinimal, nginx, redis, infra, labels}
- nginx = "quay.io/baude/alpine_nginx-ppc64le:latest"
+ nginx = "quay.io/libpod/alpine_nginx-ppc64le:latest"
BB_GLIBC = "docker.io/ppc64le/busybox:glibc"
- labels = "quay.io/baude/alpine_labels-ppc64le:latest"
+ labels = "quay.io/libpod/alpine_labels-ppc64le:latest"
registry string
)