Skip to content

HYPERFLEET-1097 - fix: update vendor label to "Red Hat, Inc."#162

Open
ciaranRoche wants to merge 1 commit into
mainfrom
HYPERFLEET-1097-fix-vendor-label
Open

HYPERFLEET-1097 - fix: update vendor label to "Red Hat, Inc."#162
ciaranRoche wants to merge 1 commit into
mainfrom
HYPERFLEET-1097-fix-vendor-label

Conversation

@ciaranRoche
Copy link
Copy Markdown
Contributor

Summary

  • Fix Dockerfile vendor label from "Red Hat" to "Red Hat, Inc." for Enterprise Contract labels.required_labels compliance

Test plan

  • EC labels.required_labels check passes on next release pipeline run

🤖 Generated with Claude Code

EC requires vendor="Red Hat, Inc." not "Red Hat".

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@openshift-ci openshift-ci Bot requested review from mbrudnoy and pnguyen44 May 15, 2026 15:20
@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented May 15, 2026

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign vkareh for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 15, 2026

📝 Walkthrough

Summary by CodeRabbit

  • Chores
    • Updated container image metadata for vendor attribution.

Walkthrough

This pull request updates the Dockerfile's metadata label for the vendor field from "Red Hat" to "Red Hat, Inc.". The change is a single-line modification to the LABEL instruction at line 57 of the Dockerfile, updating the organization name string. No build steps, runtime configuration, exposed ports, or entrypoints are affected.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly describes the main change: updating the vendor label to 'Red Hat, Inc.' in the Dockerfile.
Description check ✅ Passed The description is directly related to the changeset, explaining the vendor label update and its purpose for Enterprise Contract compliance.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch HYPERFLEET-1097-fix-vendor-label

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@Dockerfile`:
- Around line 56-60: Update the LABEL vendor value from vendor="Red Hat" to
vendor="Red Hat, Inc." wherever the Dockerfile LABEL block declares vendor (look
for the LABEL vendor="..." expression) in the related repositories listed
(hyperfleet-sentinel Dockerfile, hyperfleet-adapter Dockerfile and
test/Dockerfile.integration) and update the
architecture/hyperfleet/standards/container-image-standard.md examples (lines
showing vendor entries) so the documentation matches the new vendor string;
ensure you change occurrences of vendor="Red Hat" to vendor="Red Hat, Inc."
consistently and run any repository validation or standards checks after
updating the LABEL vendor entries.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Central YAML (base), Organization UI (inherited)

Review profile: ASSERTIVE

Plan: Enterprise

Run ID: 1967e5fc-95c5-4a20-916f-e7cf69065e27

📥 Commits

Reviewing files that changed from the base of the PR and between 3655df8 and 6a885e3.

📒 Files selected for processing (1)
  • Dockerfile

Comment thread Dockerfile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant