aboutsummaryrefslogtreecommitdiff
path: root/test/python/docker/compat/constant.py
blob: 2a0046daf65e70652d3390f79f4ac18a7632e0cc (plain)
1
2
3
4
5
6
7
8
"""
Constants to use in writing unittests.
"""
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"