summaryrefslogtreecommitdiff
path: root/test/python/docker/compat/constant.py
blob: 892293c97ff6e7e662d0be4c03cdc18ee9be482f (plain)
1
2
3
4
5
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"