Skip to content

Commit

Permalink
coping jaeger jar (#191)
Browse files Browse the repository at this point in the history
* jaeger jar

* jaeger jar
  • Loading branch information
Luthan95 authored Apr 8, 2022
1 parent 631842f commit 3e588ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker_build/Dockerfile.rhel8-ubi8
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ RUN sed -i 's/"VERIFICATION_SHASUM"/'\""$(sha512sum /opt/spinnaker/plugins/Verif

# === Copy Gate Build Files ===
COPY /gate-web/build/install/gate /opsmx/workdir/gate
# Copy jaeger jar
COPY /jaeger/opentelemetry-javaagent.jar /${WORK_DIR}/jaeger/opentelemetry-javaagent.jar
RUN chown -R opsmx:root ${WORK_DIR}/* /opt/* && chmod 777 /opt/* ${WORK_DIR}/*

# === Start Gate Service ===
Expand Down
Binary file added jaeger/opentelemetry-javaagent.jar
Binary file not shown.

0 comments on commit 3e588ec

Please sign in to comment.