From 2c8c5393a492929b75dd459889a1c1ef28e2b393 Mon Sep 17 00:00:00 2001 From: baude Date: Mon, 1 Mar 2021 08:42:48 -0600 Subject: Support label type dict on compat build The compatibility endpoint for build labels should be of type dict (not list). For backwards compatibility, we support both. Fixes: #9517 Signed-off-by: baude --- test/python/docker/build_labels/Dockerfile | 1 + 1 file changed, 1 insertion(+) create mode 100644 test/python/docker/build_labels/Dockerfile (limited to 'test/python/docker/build_labels') diff --git a/test/python/docker/build_labels/Dockerfile b/test/python/docker/build_labels/Dockerfile new file mode 100644 index 000000000..f6e07066c --- /dev/null +++ b/test/python/docker/build_labels/Dockerfile @@ -0,0 +1 @@ +FROM quay.io/libpod/alpine:latest -- cgit v1.2.3-54-g00ecf