Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions Containerfile.operator
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down