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

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