summaryrefslogtreecommitdiff
path: root/test/python/docker/build_labels
diff options
context:
space:
mode:
authorbaude <bbaude@redhat.com>2021-03-01 08:42:48 -0600
committerbaude <bbaude@redhat.com>2021-03-02 10:56:28 -0600
commit2c8c5393a492929b75dd459889a1c1ef28e2b393 (patch)
treef166e5fdf24dc5b010c35f77130bf7337646ff52 /test/python/docker/build_labels
parent7497dcba6cd240908a9b0948eb561ad9c264fc8f (diff)
downloadpodman-2c8c5393a492929b75dd459889a1c1ef28e2b393.tar.gz
podman-2c8c5393a492929b75dd459889a1c1ef28e2b393.tar.bz2
podman-2c8c5393a492929b75dd459889a1c1ef28e2b393.zip
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 <bbaude@redhat.com>
Diffstat (limited to 'test/python/docker/build_labels')
-rw-r--r--test/python/docker/build_labels/Dockerfile1
1 files changed, 1 insertions, 0 deletions
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