Skip to content

Commit

Permalink
Remove plugins from /lib
Browse files Browse the repository at this point in the history
Signed-off-by: hiteshwani <[email protected]>
  • Loading branch information
hiteshwani committed Sep 14, 2023
1 parent 33cb979 commit 9d80a36
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion contrib/executor/jmeterd/build/agent/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ COPY jmeterd /bin/runner
RUN microdnf update -y && microdnf install -y ca-certificates git && microdnf clean all
ENV ENTRYPOINT_CMD="/executor_entrypoint.sh"
WORKDIR /root/
ADD ./contrib/executor/jmeterd/lib ${JMETER_HOME}/lib/
COPY ./contrib/executor/jmeterd/scripts/entrypoint.sh /executor_entrypoint.sh
COPY scripts/jmeter-master.sh /executor_entrypoint_master.sh

Expand Down
1 change: 0 additions & 1 deletion contrib/executor/jmeterd/build/agent/local.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ ENV ENTRYPOINT_CMD="/executor_entrypoint.sh"
COPY dist/runner /bin/runner
COPY scripts/entrypoint.sh /executor_entrypoint.sh
COPY scripts/jmeter-master.sh /executor_entrypoint_master.sh
ADD lib/ ${JMETER_HOME}/lib/

ENTRYPOINT ["/bin/runner"]

1 change: 0 additions & 1 deletion contrib/executor/jmeterd/build/slaves/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ ENV SSL_DISABLED true

COPY ./scripts/jmeter-slaves.sh /jmeter_slaves_entrypoint.sh
RUN chmod +x /jmeter_slaves_entrypoint.sh
ADD lib/ ${JMETER_HOME}/lib
ENTRYPOINT /jmeter_slaves_entrypoint.sh
Binary file not shown.

0 comments on commit 9d80a36

Please sign in to comment.