tests: add docker api compatibility test

Signed-off-by: Florian Bezannier <florian.bezannier@hotmail.fr>
This commit is contained in:
Florian Bezannier
2024-02-10 17:52:29 +01:00
parent de845a5b42
commit 2cd72c272f
3 changed files with 39 additions and 0 deletions

View File

@ -6,3 +6,4 @@ ALPINE_SHORTNAME = "alpine"
ALPINE_TARBALL = "alpine.tar"
BB = "quay.io/libpod/busybox:latest"
NGINX = "quay.io/libpod/alpine_nginx:latest"
DOCKER_API_COMPATIBILITY_VERSION = "1.44"