Skip to content

Commit

Permalink
Copy certificate authorities in final image
Browse files Browse the repository at this point in the history
  • Loading branch information
joselsegura committed Sep 20, 2023
1 parent 4a03a9d commit a59ab18
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ FROM registry.access.redhat.com/ubi8/ubi-micro:latest

COPY --from=builder /opt/app-root/src/insights-results-aggregator-exporter .

# copy the certificates from builder image
COPY --from=builder /etc/ssl /etc/ssl
COPY --from=builder /etc/pki /etc/pki

USER 1001

CMD ["/insights-results-aggregator-exporter"]

0 comments on commit a59ab18

Please sign in to comment.