github.com/containers/libpod@v1.9.4-0.20220419124438-4284fd425507/test/e2e/config_amd64.go (about)

     1  package integration
     2  
     3  var (
     4  	STORAGE_FS               = "vfs"
     5  	STORAGE_OPTIONS          = "--storage-driver vfs"
     6  	ROOTLESS_STORAGE_FS      = "vfs"
     7  	ROOTLESS_STORAGE_OPTIONS = "--storage-driver vfs"
     8  	CACHE_IMAGES             = []string{ALPINE, BB, fedoraMinimal, nginx, redis, registry, infra, labels, healthcheck}
     9  	nginx                    = "quay.io/libpod/alpine_nginx:latest"
    10  	BB_GLIBC                 = "docker.io/library/busybox:glibc"
    11  	registry                 = "docker.io/library/registry:2.6"
    12  	labels                   = "quay.io/libpod/alpine_labels:latest"
    13  )