diff --git a/Containerfile.operator b/Containerfile.operator index 6e279dc738d2..5d966e40e34d 100644 --- a/Containerfile.operator +++ b/Containerfile.operator @@ -5,15 +5,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.6-1760515502 COPY --from=builder /hypershift/bin/hypershift \ - /hypershift/bin/hypershift-no-cgo \ - /hypershift/bin/hcp \ /hypershift/bin/hypershift-operator \ /hypershift/bin/karpenter-operator \ /usr/bin/