diff options
author | baude <bbaude@redhat.com> | 2018-11-01 10:31:44 -0500 |
---|---|---|
committer | baude <bbaude@redhat.com> | 2018-11-01 10:31:44 -0500 |
commit | a610f0f8697b4cba3f3ae68ac960eaf563c02b95 (patch) | |
tree | 881dce572e22fe7037a05c8ad61eb763c38cccd3 /test/e2e/config_ppc64le.go | |
parent | 20a3a53c2faea408af47023ea60c76b5b5ecea3c (diff) | |
download | podman-a610f0f8697b4cba3f3ae68ac960eaf563c02b95.tar.gz podman-a610f0f8697b4cba3f3ae68ac960eaf563c02b95.tar.bz2 podman-a610f0f8697b4cba3f3ae68ac960eaf563c02b95.zip |
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 <bbaude@redhat.com>
Diffstat (limited to 'test/e2e/config_ppc64le.go')
-rw-r--r-- | test/e2e/config_ppc64le.go | 4 |
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 ) |