github.com/containers/podman/v5@v5.1.0-rc1/test/python/docker/compat/constant.py (about)

     1  """
     2  Constants to use in writing unittests.
     3  """
     4  ALPINE = "quay.io/libpod/alpine:latest"
     5  ALPINE_SHORTNAME = "alpine"
     6  ALPINE_TARBALL = "alpine.tar"
     7  BB = "quay.io/libpod/busybox:latest"
     8  NGINX = "quay.io/libpod/alpine_nginx:latest"
     9  DOCKER_API_COMPATIBILITY_VERSION = "1.44"