HYPERFLEET-1097 - docs: update vendor label to "Red Hat, Inc."#140
HYPERFLEET-1097 - docs: update vendor label to "Red Hat, Inc."#140ciaranRoche wants to merge 1 commit into
Conversation
EC requires vendor="Red Hat, Inc." not "Red Hat". Update the container image standard and Dockerfile template to match. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
📝 WalkthroughSummary by CodeRabbit
WalkthroughThe PR updates the container image standard documentation to standardize the vendor OCI label value across three locations. The vendor label is changed from Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
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 `@hyperfleet/standards/container-image-standard.md`:
- Around line 231-235: The standard shows the image metadata label `vendor`
should be the full organization string (e.g., `Red Hat, Inc.`) but three service
repositories still use `vendor="Red Hat"`; create and track follow-up PRs in the
repositories openshift-hyperfleet/hyperfleet-api,
openshift-hyperfleet/hyperfleet-sentinel, and
openshift-hyperfleet/hyperfleet-adapter to update their Dockerfiles/metadata to
use the exact `vendor` label value `Red Hat, Inc.`, ensure the `name` and
`version` labels remain unchanged, and add a short PR description referencing
the container image standard so this change is traced for EC compliance.
🪄 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: 009d2fc8-d2cd-4cd7-a7a6-1675be6b8605
📒 Files selected for processing (1)
hyperfleet/standards/container-image-standard.md
Summary
vendor="Red Hat, Inc."instead of"Red Hat"labels.required_labelsrequires the full legal entity nameTest plan
🤖 Generated with Claude Code