blob: d02de7a6e46dc6228b9c8a14213eec116b222934 (
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, healthcheck}
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"
)
|