diff options
Diffstat (limited to 'test/python/docker/compat/constant.py')
-rw-r--r-- | test/python/docker/compat/constant.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/python/docker/compat/constant.py b/test/python/docker/compat/constant.py new file mode 100644 index 000000000..892293c97 --- /dev/null +++ b/test/python/docker/compat/constant.py @@ -0,0 +1,6 @@ +ALPINE = "quay.io/libpod/alpine:latest" +ALPINE_SHORTNAME = "alpine" +ALPINE_TARBALL = "alpine.tar" +BB = "quay.io/libpod/busybox:latest" +NGINX = "quay.io/libpod/alpine_nginx:latest" +infra = "k8s.gcr.io/pause:3.2" |