From d0a4116800fd7edb250dfae439c05efe4ca9748f Mon Sep 17 00:00:00 2001 From: Adam Roberts Date: Wed, 11 Dec 2024 13:49:33 -0500 Subject: [PATCH] chore(rh-shield-operator): add 'maintainer' label Release 1.11.0 of the `preflight` utility used to certify the Operator images updated the `HasRequiredLabels` test and the test now fails if the `maintainer` label has not been set on the Operator image. --- rh-shield-operator/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/rh-shield-operator/Dockerfile b/rh-shield-operator/Dockerfile index 7bfc1d2f6..ce1268618 100644 --- a/rh-shield-operator/Dockerfile +++ b/rh-shield-operator/Dockerfile @@ -5,6 +5,7 @@ ARG RELEASE_VERSION LABEL name="rh-shield-operator" \ vendor="Sysdig" \ + maintainer="Sysdig" \ version="${RELEASE_VERSION}" \ release="1" \ summary="Operator based on the shield chart by Sysdig" \