diff --git a/Containerfile.operator b/Containerfile.operator index 27187d108e4d..aee4d137d227 100644 --- a/Containerfile.operator +++ b/Containerfile.operator @@ -6,15 +6,11 @@ WORKDIR /hypershift COPY --chown=default . . RUN make hypershift \ - && make hypershift-no-cgo \ && make hypershift-operator \ - && make product-cli \ && make karpenter-operator FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1777857961 COPY --from=builder /hypershift/bin/hypershift \ - /hypershift/bin/hypershift-no-cgo \ - /hypershift/bin/hcp \ /hypershift/bin/hypershift-operator \ /hypershift/bin/karpenter-operator \ /usr/bin/