OCPBUGS-89357: build(operator): drop hypershift-no-cgo from operator container images - #8761
Conversation
Remove the hypershift-no-cgo statically compiled binary and the hcp product CLI from Containerfile.operator, as these are only required in the Konflux build pipeline and not in the operator image itself. Non-Konflux Dockerfiles (Dockerfile, Dockerfile.dev) are unchanged and continue to include hypershift-no-cgo and hcp. Signed-off-by: yiraeChristineKim <yikim@redhat.com> Commit-Message-Assisted-by: Claude (via Claude Code) Co-authored-by: Cursor <cursoragent@cursor.com>
|
Pipeline controller notification For optional jobs, comment This repository is configured in: LGTM mode |
|
@yiraeChristineKim: This pull request references Jira Issue OCPBUGS-89357, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
Skipping CI for Draft Pull Request. |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository: openshift/coderabbit/.coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
/retest |
|
/ok-to-test |
|
/retest |
|
/test e2e-aws |
|
/test e2e-kubevirt-aws-ovn-reduced |
|
/test e2e-aws |
|
/test e2e-kubevirt-aws-ovn-reduced |
|
/retest |
|
ai: This is a pre-existing flaky failure on the release-4.17 branch, NOT caused by PR #8761. The PR |
|
/retest ci/prow/e2e-aws |
|
/test e2e-aws |
|
/jira refresh |
|
@yiraeChristineKim: This pull request references Jira Issue OCPBUGS-89357, which is invalid:
Comment DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
/retest |
|
/test e2e-aws |
|
Scheduling required tests: |
|
/jira refresh |
|
@celebdor: This pull request references Jira Issue OCPBUGS-89357, which is valid. The bug has been moved to the POST state. 7 validation(s) were run on this bug
DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
/verified later celebdor |
|
@celebdor: Only users can be targets for the DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
@yiraeChristineKim: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
/verified later celebdor |
|
@celebdor: Only users can be targets for the DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
@yiraeChristineKim: Jira Issue OCPBUGS-89357: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-89357 has been moved to the MODIFIED state. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
[APPROVALNOTIFIER] This PR is APPROVED Approval requirements bypassed by manually added approval. This pull-request has been approved by: celebdor, yiraeChristineKim The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
This is a cherry-pick of PR #8601 onto
release-4.17.What this PR does / why we need it
Remove the
hypershift-no-cgoandhcpbinaries fromContainerfile.operator. The non-FIPS binary causes Enterprise Contract FIPS violations in Konflux builds for MCE.Fixes: OCPBUGS-89357
Upstream: #8601
Made with Cursor