Replies: 1 comment 10 replies
-
hey, @LDassen Do you want to build Testkube prebuilt execcutors? Because this Dockerfile is prepared for this goal, it contains some logic around it, |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was wondering what the 'jmeter' in 'COPY jmeter /bin/runner' should be? Trying to build this image but I don't know what this 'jmeter' should be.
/contrib/executor/jmeter/build/agent/Dockerfile
`# syntax=docker/dockerfile:1
FROM kubeshop/testkube-jmeter-executor:jmeter5.6.2-jdk21-base
COPY jmeter /bin/runner
ENV ENTRYPOINT_CMD="/executor_entrypoint.sh"
WORKDIR /root/
COPY ./contrib/executor/jmeter/scripts/entrypoint.sh /executor_entrypoint.sh
ADD ./contrib/executor/jmeter/plugins/ ${JMETER_CUSTOM_PLUGINS_FOLDER}
ADD ./contrib/executor/jmeter/lib ${JMETER_HOME}/lib/
ENTRYPOINT ["/bin/runner"]`
Beta Was this translation helpful? Give feedback.
All reactions