Skip to content

Commit

Permalink
Merge branch 'open-telemetry:main' into add-otc-spec-upgradestrategy
Browse files Browse the repository at this point in the history
  • Loading branch information
adriankostrubiak-tomtom committed Dec 9, 2021
2 parents 430433e + 5cf7e24 commit 5946700
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions autoinstrumentation/java/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ FROM busybox
ARG version

ADD https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/download/v$version/opentelemetry-javaagent.jar /javaagent.jar

RUN chmod -R o+r /javaagent.jar
2 changes: 2 additions & 0 deletions autoinstrumentation/nodejs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ RUN npm install
FROM busybox

COPY --from=build /operator-build/build/workspace /autoinstrumentation

RUN chmod -R o+r /autoinstrumentation
2 changes: 2 additions & 0 deletions autoinstrumentation/python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ RUN mkdir workspace && pip install --target workspace -r requirements.txt
FROM busybox

COPY --from=build /operator-build/workspace /autoinstrumentation

RUN chmod -R o+r /autoinstrumentation

0 comments on commit 5946700

Please sign in to comment.