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