summaryrefslogtreecommitdiff
path: root/test/python/docker/build_labels
Commit message (Collapse)AuthorAge
* Support label type dict on compat buildbaude2021-03-02
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>