From 263ba2038486688de0eaa701bd74b5934e8caeb5 Mon Sep 17 00:00:00 2001 From: Andrey Lebedev Date: Tue, 12 May 2026 00:50:37 +0200 Subject: [PATCH] Konflux: Add `cpe` label to match product security metadata `check-labels` release task enforces the `cpe` label to match the value from the product data file. Without this override, the UBI base image `cpe` label is used, which does not match. --- Containerfile.external-dns-operator | 1 + 1 file changed, 1 insertion(+) diff --git a/Containerfile.external-dns-operator b/Containerfile.external-dns-operator index 06d470e9..e7d67fde 100644 --- a/Containerfile.external-dns-operator +++ b/Containerfile.external-dns-operator @@ -30,6 +30,7 @@ LABEL maintainer="Red Hat, Inc." LABEL com.redhat.component="external-dns-operator-container" LABEL name="edo/external-dns-rhel9-operator" LABEL version="1.3.4" +LABEL cpe="cpe:/a:redhat:ext_dns_optr:1.3::el9" WORKDIR / COPY --from=builder /workspace/bin/external-dns-operator / # Red Hat certified container images have licenses.