Skip to content

Commit

Permalink
update manager binary path (#495)
Browse files Browse the repository at this point in the history
  • Loading branch information
djnakabaale authored Nov 25, 2024
1 parent 68b4544 commit 8e957a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN GIT_COMMIT=$(git rev-list -1 HEAD) && \
FROM registry.redhat.io/ubi9/ubi-micro:latest AS base-env

WORKDIR /
COPY --from=builder /workspace/manager .
COPY --from=builder /workspace/manager /usr/bin/costmanagement-metrics-operator
COPY --from=builder /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem /etc/ssl/certs/ca-bundle.crt
COPY --from=builder /etc/pki/ca-trust/extracted/openssl/ca-bundle.trust.crt /etc/ssl/certs/ca-bundle.trust.crt
COPY LICENSE /licenses/Apache-2.0.txt
Expand Down

0 comments on commit 8e957a5

Please sign in to comment.