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