Skip to content

Commit

Permalink
Updated Dockerfile to ensure test report and coverage files are gener…
Browse files Browse the repository at this point in the history
…ated
  • Loading branch information
shubhadapaithankar committed Nov 5, 2024
1 parent bbee09a commit fee7905
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile.ci-rp
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ FROM ${REGISTRY}/ubi8/ubi-minimal AS final
LABEL aro-final=true
RUN microdnf update && microdnf clean all
COPY --from=builder /app/aro /app/e2e.test /usr/local/bin/
COPY --from=builder /app/report.xml /app/coverage.xml /app/
COPY --from=builder /app/aro /app/e2e.test /usr/local/bin/
ENTRYPOINT ["aro"]
EXPOSE 2222/tcp 8080/tcp 8443/tcp 8444/tcp
USER 1000
Expand Down

0 comments on commit fee7905

Please sign in to comment.