summaryrefslogtreecommitdiff
path: root/test/e2e/config_amd64.go
blob: 3459bea6ddc1225e927919c6965f0a38f96d5870 (plain)
1
2
3
4
5
6
7
8
9
10
11
package integration

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/libpod/alpine_nginx:latest"
	BB_GLIBC                 = "docker.io/library/busybox:glibc"
	registry                 = "docker.io/library/registry:2"
	labels                   = "quay.io/libpod/alpine_labels:latest"
)