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

var (
	STORAGE_FS               = "vfs"
	STORAGE_OPTIONS          = "--storage-driver vfs"
	ROOTLESS_STORAGE_FS      = "vfs"
	ROOTLESS_STORAGE_OPTIONS = "--storage-driver vfs"
	CACHE_IMAGES             = []string{ALPINE, BB, fedoraMinimal, nginx, redis, registry, infra, labels, healthcheck}
	nginx                    = "quay.io/libpod/alpine_nginx:latest"
	BB_GLIBC                 = "docker.io/library/busybox:glibc"
	registry                 = "docker.io/library/registry:2.6"
	labels                   = "quay.io/libpod/alpine_labels:latest"
)