From 86b7410c8286a21b60bc2d6f2cbb580880139531 Mon Sep 17 00:00:00 2001 From: Ciaran Roche Date: Fri, 15 May 2026 16:20:13 +0100 Subject: [PATCH] HYPERFLEET-1097 - fix: update vendor label to "Red Hat, Inc." EC requires vendor="Red Hat, Inc." not "Red Hat". Co-Authored-By: Claude Opus 4.6 (1M context) --- Dockerfile | 2 +- test/Dockerfile.integration | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7abb6b0..86950a9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -51,7 +51,7 @@ CMD ["serve"] ARG APP_VERSION="0.0.0-dev" LABEL name="hyperfleet-adapter" \ - vendor="Red Hat" \ + vendor="Red Hat, Inc." \ version="${APP_VERSION}" \ summary="HyperFleet Adapter - Event-driven adapter services for HyperFleet cluster provisioning" \ description="Handles CloudEvents consumption, AdapterConfig CRD integration, precondition evaluation, Kubernetes Job creation/monitoring, and status reporting via API" diff --git a/test/Dockerfile.integration b/test/Dockerfile.integration index 021c154..41fdb6c 100644 --- a/test/Dockerfile.integration +++ b/test/Dockerfile.integration @@ -48,7 +48,7 @@ EXPOSE 6443 # Label the image LABEL name="hyperfleet-integration-test" \ - vendor="Red Hat" \ + vendor="Red Hat, Inc." \ summary="Integration test image with Kubernetes envtest binaries" \ description="Pre-built envtest environment for HyperFleet adapter integration tests" \ kubernetes.version="1.30.x"