summaryrefslogtreecommitdiff
path: root/test/python/docker/constant.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/python/docker/constant.py')
-rw-r--r--test/python/docker/constant.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/python/docker/constant.py b/test/python/docker/constant.py
new file mode 100644
index 000000000..892293c97
--- /dev/null
+++ b/test/python/docker/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"